You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,12 +0,0 @@
|
||||
; RUN: llc -O0 -mtriple armv7-- -stop-before=expand-isel-pseudos < %s
|
||||
; RUN: llc -O0 -mtriple armv7-- -stop-before=expand-isel-pseudos -global-isel < %s
|
||||
|
||||
; CHECK: PKHBT
|
||||
|
||||
define arm_aapcscc i32 @pkh(i32 %x, i32 %y) {
|
||||
%andx = and i32 %x, 65535
|
||||
%shl = shl i32 %y, 1
|
||||
%andy = and i32 %shl, 4294901760 ; same as -65536
|
||||
%or = or i32 %andx, %andy
|
||||
ret i32 %or
|
||||
}
|
Reference in New Issue
Block a user