mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Fix test to account for legalization changes; I think this ends up
running an extra DAGCombine pass which improves the code a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72326 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c22c80744
commit
d14ce2f1fc
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -f
|
; 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
|
; v8i8 that is widen to v16i8 then split
|
||||||
; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector.
|
; FIXME: This is widen to v16i8 and split to 16 and we then rebuild the vector.
|
||||||
|
Loading…
Reference in New Issue
Block a user