mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
New testcase
llvm-svn: 28125
This commit is contained in:
parent
d7637651b6
commit
953b6c92de
@ -177,3 +177,11 @@ float* %test28([4 x float]* %A) {
|
||||
ret float* %c
|
||||
}
|
||||
|
||||
uint %test29(uint %c1, uint %c2) {
|
||||
%tmp1 = cast uint %c1 to ubyte
|
||||
%tmp4.mask = cast uint %c2 to ubyte
|
||||
%tmp = or ubyte %tmp4.mask, %tmp1
|
||||
%tmp10 = cast ubyte %tmp to uint
|
||||
ret uint %tmp10
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user