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 b5dd922 commit e862b3dCopy full SHA for e862b3d
llvm/test/CodeGen/X86/extractelement-load.ll
@@ -1,5 +1,5 @@
1
; RUN: llvm-as %s -o - | llc -march=x86 -mattr=+sse2 -mcpu=yonah | not grep movd
2
-; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=yonah | not grep movd
+; RUN: llvm-as %s -o - | llc -march=x86-64 -mattr=+sse2 -mcpu=core2 | not grep movd
3
4
define i32 @t(<2 x i64>* %val) nounwind {
5
%tmp2 = load <2 x i64>* %val, align 16 ; <<2 x i64>> [#uses=1]
0 commit comments