mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 08:29:08 +00:00
Reduced testcase for PR 110
llvm-svn: 9917
This commit is contained in:
parent
e72202b5b8
commit
0cbdcfe29d
@ -0,0 +1,9 @@
|
|||||||
|
; llvm-as < %s | opt -instcombine | llvm-dis | grep 'to sbyte'
|
||||||
|
|
||||||
|
%.Base64_1 = external constant [4 x sbyte]
|
||||||
|
|
||||||
|
ubyte %test(sbyte %X) {
|
||||||
|
%tmp.12 = sub sbyte %X, cast ([4 x sbyte]* %.Base64_1 to sbyte) ; <sbyte> [#uses=1]
|
||||||
|
%tmp.13 = cast sbyte %tmp.12 to ubyte ; <ubyte> [#uses=1]
|
||||||
|
ret ubyte %tmp.13
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user