diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-truncate-combine.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vector-truncate-combine.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/vector-truncate-combine.ll b/llvm/test/CodeGen/X86/vector-truncate-combine.ll index ae2865863de..5b8498e775d 100644 --- a/llvm/test/CodeGen/X86/vector-truncate-combine.ll +++ b/llvm/test/CodeGen/X86/vector-truncate-combine.ll @@ -14,8 +14,12 @@ ; NOTE: This operation could be collapsed in to a single truncate. Once that is done ; this test will have to be adjusted. +; CHECK: PUNPCKLBWrr +; CHECK: PUNPCKLWDrr ; CHECK: PANDrm ; CHECK: PACKUSWBrr +; CHECK: PACKUSWBrr +; CHECK: PACKUSWBrr ; CHECK: MOVPDI2DIrr define void @test(double %vec.coerce) local_unnamed_addr { |