We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01acb62 commit e45896fCopy full SHA for e45896f
llvm/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
@@ -1,4 +1,4 @@
1
-; RUN: llvm-as < %s | llc -enable-legalize-types
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-legalize-types
2
; PR2762
3
define void @foo(<4 x i32>* %p, <4 x double>* %q) {
4
%n = load <4 x i32>* %p
llvm/test/CodeGen/X86/isint.ll
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
; RUN: not grep cmp %t
; RUN: not grep xor %t
; RUN: grep jne %t | count 1
0 commit comments