Skip to content

Commit

Permalink
Add some more triples after r264966
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264972 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zmodem committed Mar 30, 2016
1 parent b667d69 commit d3f401b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/2006-05-02-InstrSched1.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; REQUIRES: asserts
; RUN: llc < %s -march=x86 -relocation-model=static -stats 2>&1 | \
; RUN: llc < %s -mtriple=i686-unknown-linux -relocation-model=static -stats 2>&1 | \
; RUN: grep asm-printer | grep 15
;
; It's possible to schedule this in 14 instructions by avoiding
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=x86
; RUN: llc -pre-RA-sched=source < %s -march=x86 -mcpu=corei7 | FileCheck %s --check-prefix=SOURCE-SCHED
; RUN: llc -pre-RA-sched=source < %s -mtriple=i686-unknown-linux -mcpu=corei7 | FileCheck %s --check-prefix=SOURCE-SCHED
; PR2748

@g_73 = external global i32 ; <i32*> [#uses=1]
Expand Down
2 changes: 1 addition & 1 deletion test/CodeGen/X86/zext-fold.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -mcpu=generic -march=x86 -enable-misched=false | FileCheck %s
; RUN: llc < %s -mtriple=i686-unknown-linux -enable-misched=false | FileCheck %s

;; Simple case
define i32 @test1(i8 %x) nounwind readnone {
Expand Down

0 comments on commit d3f401b

Please sign in to comment.