mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
New testcase
llvm-svn: 16833
This commit is contained in:
parent
dfefd2f3fc
commit
0220a5fb52
@ -163,3 +163,9 @@ endif:
|
||||
ret int %tmp.4
|
||||
}
|
||||
|
||||
int %test24(int %A) {
|
||||
%B = add int %A, 1
|
||||
%C = shl int %B, ubyte 1
|
||||
%D = sub int %C, 2
|
||||
ret int %D ;; A << 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user