forked from OSchip/llvm-project
parent
b4c1782c7a
commit
27a077209b
|
@ -1,6 +1,10 @@
|
|||
%y = weak global sbyte 0
|
||||
implementation
|
||||
uint %testcase() {
|
||||
uint %testcaseshr() {
|
||||
entry:
|
||||
ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
|
||||
}
|
||||
uint %testcaseshl() {
|
||||
entry:
|
||||
ret uint shl (uint cast (sbyte* %y to uint), ubyte 4)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue