projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5fc0c
)
Forgot setting -march.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 9 Dec 2011 06:15:00 +0000
(06:15 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 9 Dec 2011 06:15:00 +0000
(06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146244
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
b/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
index 6193133e1494a9e28f3126a64ab844e971eb6dce..26670c169ea485dbd3ea11335a5941cc928b57e5 100644
(file)
--- a/
test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
+++ b/
test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx
+; RUN: llc < %s -m
arch=x86-64 -m
cpu=corei7-avx -mattr=+avx
; Various missing patterns causing crashes.
; rdar://10538793