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
This commit is contained in:
Eli Friedman 2009-05-23 13:15:11 +00:00
parent da90dd6d72
commit 53a71147ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.