diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll b/llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll index 31efd4660ef..be8563a9f2f 100644 --- a/llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll +++ b/llvm/test/CodeGen/X86/2009-06-05-VZextByteShort.ll @@ -7,7 +7,6 @@ define <4 x i16> @a(i32* %x1) nounwind { ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl (%eax), %eax ; CHECK-NEXT: shrl %eax -; CHECK-NEXT: movzwl %ax, %eax ; CHECK-NEXT: movd %eax, %xmm0 ; CHECK-NEXT: retl @@ -41,7 +40,7 @@ define <8 x i8> @c(i32* %x1) nounwind { ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: movl (%eax), %eax ; CHECK-NEXT: shrl %eax -; CHECK-NEXT: movzbl %al, %eax +; CHECK-NEXT: movzwl %ax, %eax ; CHECK-NEXT: movd %eax, %xmm0 ; CHECK-NEXT: retl |