diff options
Diffstat (limited to 'test/CodeGen/X86/widen_arith-4.ll')
-rw-r--r-- | test/CodeGen/X86/widen_arith-4.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_arith-4.ll b/test/CodeGen/X86/widen_arith-4.ll index b8b26e6301..5931d639f1 100644 --- a/test/CodeGen/X86/widen_arith-4.ll +++ b/test/CodeGen/X86/widen_arith-4.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s -march=x86-64 -mattr=+sse42 | FileCheck %s ; CHECK: psubw -; CHECK-NEXT: movdqa ; CHECK-NEXT: pmullw ; Widen a v5i16 to v8i16 to do a vector sub and multiple |