mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 18:12:49 +00:00
New testcase for instcombine
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2144c25364
commit
5250bae5ee
@ -185,3 +185,12 @@ uint %test29(uint %c1, uint %c2) {
|
||||
ret uint %tmp10
|
||||
}
|
||||
|
||||
uint %test30(uint %c1) {
|
||||
%c2 = cast uint %c1 to ubyte
|
||||
%c3 = xor ubyte %c2, 1
|
||||
%c4 = cast ubyte %c3 to uint
|
||||
ret uint %c4
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user