mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
Update the test to match the optimization. The optimization can let some
casts through, but they will only be sbyte -> ubyte in this test case so make sure we don't let any other kinds through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6731d5c494
commit
b2e4cd645a
@ -9,7 +9,7 @@
|
||||
; be eliminated. In many cases the setCC is also eliminated based on the
|
||||
; constant value and the range of the casted value.
|
||||
;
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep cast
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int'
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user