diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-05-23 13:15:11 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-05-23 13:15:11 +0000 |
commit | 53a71147bae783da16253bf80f4d0c9e4a8aba50 (patch) | |
tree | 21945bd90afb0a4da1ea7ffede2424ddb57d0d59 /llvm/test/CodeGen/X86/widen_cast-4.ll | |
parent | da90dd6d72d09cc1275a96cb890fbea54f53ad03 (diff) | |
download | bcm5719-llvm-53a71147bae783da16253bf80f4d0c9e4a8aba50.tar.gz bcm5719-llvm-53a71147bae783da16253bf80f4d0c9e4a8aba50.zip |
Fix test to account for legalization changes; I think this ends up
running an extra DAGCombine pass which improves the code a bit.
llvm-svn: 72326
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_cast-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_cast-4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/widen_cast-4.ll b/llvm/test/CodeGen/X86/widen_cast-4.ll index 942609ffb41..b090cb1614c 100644 --- a/llvm/test/CodeGen/X86/widen_cast-4.ll +++ b/llvm/test/CodeGen/X86/widen_cast-4.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f -; RUN: grep sarb %t | count 16 +; RUN: grep sarb %t | count 8 ; v8i8 that is widen to v16i8 then split ; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector. |