summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vshift-2.ll
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-10-22 23:19:17 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-10-22 23:19:17 +0000
commit4c3715c2e5e17d7216a96ac2baf9720630f04408 (patch)
tree2370e0e0b38f4750b9fa314960a88a88d5e976bf /test/CodeGen/X86/vshift-2.ll
parent8201ebd40b0270eb6d36ff95dc69fb5ca6bae1db (diff)
downloadllvm-4c3715c2e5e17d7216a96ac2baf9720630f04408.tar.gz
llvm-4c3715c2e5e17d7216a96ac2baf9720630f04408.tar.bz2
llvm-4c3715c2e5e17d7216a96ac2baf9720630f04408.tar.xz
Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vshift-2.ll')
-rw-r--r--test/CodeGen/X86/vshift-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vshift-2.ll b/test/CodeGen/X86/vshift-2.ll
index 36feb11603..be8972f2f4 100644
--- a/test/CodeGen/X86/vshift-2.ll
+++ b/test/CodeGen/X86/vshift-2.ll
@@ -63,7 +63,7 @@ entry:
; CHECK: shift3b:
; CHECK: movzwl
; CHECK: movd
-; CHECK-NEXT: psrlw
+; CHECK: psrlw
%0 = insertelement <8 x i16> undef, i16 %amt, i32 0
%1 = insertelement <8 x i16> %0, i16 %amt, i32 1
%2 = insertelement <8 x i16> %0, i16 %amt, i32 2