diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:25:44 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:25:44 +0000 |
commit | dd4ef2e30ca29910444178db5c0138fa252f048c (patch) | |
tree | 915402755a1d96e9827a27ea3e74b39f57e0bf15 /llvm/test/CodeGen/X86/vec_shuffle-11.ll | |
parent | c3ada5c9c45f1d15b6387b910e694a1b5a285a3c (diff) | |
download | bcm5719-llvm-dd4ef2e30ca29910444178db5c0138fa252f048c.tar.gz bcm5719-llvm-dd4ef2e30ca29910444178db5c0138fa252f048c.zip |
Disable stack realignment for these tests
llvm-svn: 50172
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-11.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-11.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-11.ll b/llvm/test/CodeGen/X86/vec_shuffle-11.ll index 553088fad92..53eee2a52c1 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle-11.ll +++ b/llvm/test/CodeGen/X86/vec_shuffle-11.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep mov +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -realign-stack=0 | not grep mov define <4 x i32> @test() { %tmp131 = call <2 x i64> @llvm.x86.sse2.psrl.dq( <2 x i64> < i64 -1, i64 -1 >, i32 96 ) ; <<2 x i64>> [#uses=1] |