diff options
Diffstat (limited to 'test/CodeGen/X86/widen_arith-1.ll')
-rw-r--r-- | test/CodeGen/X86/widen_arith-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_arith-1.ll b/test/CodeGen/X86/widen_arith-1.ll index 13683b1..4190781 100644 --- a/test/CodeGen/X86/widen_arith-1.ll +++ b/test/CodeGen/X86/widen_arith-1.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f ; RUN: grep paddb %t | count 1 ; RUN: grep pextrb %t | count 1 -; RUN: grep pextrw %t | count 1 +; RUN: not grep pextrw %t ; Widen a v3i8 to v16i8 to use a vector add |