summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit02ad4cb32e5aefaf20d2f9a7794e7bd2e768b08b (patch)
tree83bfeb76baa03f60e20e611bf9cc8a4cb641bc35 /llvm/test/CodeGen/X86/vshift-2.ll
parentffba662dd275d1bdd5a5935f4d3cc372b5235d07 (diff)
downloadbcm5719-llvm-02ad4cb32e5aefaf20d2f9a7794e7bd2e768b08b.tar.gz
bcm5719-llvm-02ad4cb32e5aefaf20d2f9a7794e7bd2e768b08b.zip
Allow the target to select the level of anti-dependence breaking that should be performed by the post-RA scheduler. The default is none.
llvm-svn: 84911
Diffstat (limited to 'llvm/test/CodeGen/X86/vshift-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/vshift-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vshift-2.ll b/llvm/test/CodeGen/X86/vshift-2.ll
index 36feb11603d..be8972f2f4e 100644
--- a/llvm/test/CodeGen/X86/vshift-2.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud