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,11 +0,0 @@
|
||||
; This was erroneously being turned into an rlwinm instruction.
|
||||
; The sign bit does matter in this case.
|
||||
|
||||
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep srawi
|
||||
|
||||
define i32 @test(i32 %X) {
|
||||
%Y = and i32 %X, -2 ; <i32> [#uses=1]
|
||||
%Z = ashr i32 %Y, 11 ; <i32> [#uses=1]
|
||||
ret i32 %Z
|
||||
}
|
||||
|
Reference in New Issue
Block a user