Forgot setting -march.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 9 Dec 2011 06:15:00 +0000 (06:15 +0000)
committerEvan 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

index 6193133e1494a9e28f3126a64ab844e971eb6dce..26670c169ea485dbd3ea11335a5941cc928b57e5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx
+; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx -mattr=+avx
 ; Various missing patterns causing crashes.
 ; rdar://10538793