aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vector-truncate-combine.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vector-truncate-combine.ll')
-rw-r--r--test/CodeGen/X86/vector-truncate-combine.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/vector-truncate-combine.ll b/test/CodeGen/X86/vector-truncate-combine.ll
index 1a6dac8fa6e4..61808b802517 100644
--- a/test/CodeGen/X86/vector-truncate-combine.ll
+++ b/test/CodeGen/X86/vector-truncate-combine.ll
@@ -11,14 +11,14 @@
; preservation of the extend/truncate operations mentioned above (2 extend and
; 3 truncate instructions).
;
-; NOTE: This operation could be collapsed in to a single truncate. Once that is done
-; this test will have to be adjusted.
+; NOTE: This operation is collapsed to a single truncate, so this test no longer covers
+; what it originally intended to.
-; CHECK: PUNPCKLBWrr
-; CHECK: PUNPCKLWDrr
-; CHECK: PACKUSWBrr
+; CHECK: MOVLHPSrr
+; CHECK: PSHUFHWri
; CHECK: PACKUSWBrr
; CHECK: PACKUSWBrr
+; CHECK: MOVPDI2DIrr
define void @test(double %vec.coerce) local_unnamed_addr {
entry: