diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_cast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_cast.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/vec_cast.ll b/llvm/test/CodeGen/X86/vec_cast.ll index 2fcdf847f61..dc406c42ecc 100644 --- a/llvm/test/CodeGen/X86/vec_cast.ll +++ b/llvm/test/CodeGen/X86/vec_cast.ll @@ -175,11 +175,13 @@ define <1 x i16> @i(<1 x i32> %a) nounwind { ; CHECK-LIN-LABEL: i: ; CHECK-LIN: # %bb.0: ; CHECK-LIN-NEXT: movl %edi, %eax +; CHECK-LIN-NEXT: # kill: def $ax killed $ax killed $eax ; CHECK-LIN-NEXT: retq ; ; CHECK-WIN-LABEL: i: ; CHECK-WIN: # %bb.0: ; CHECK-WIN-NEXT: movl %ecx, %eax +; CHECK-WIN-NEXT: # kill: def $ax killed $ax killed $eax ; CHECK-WIN-NEXT: retq %c = trunc <1 x i32> %a to <1 x i16> ret <1 x i16> %c |