forked from OSchip/llvm-project
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:
parent
da90dd6d72
commit
53a71147ba
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue