mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Pipehole pattern for i32 imm's
llvm-svn: 75965
This commit is contained in:
parent
dfc4f762b3
commit
484e1956df
@ -925,3 +925,6 @@ def : Pat<(urem GR64:$src1, GR64:$src2),
|
||||
GR64:$src1, subreg_odd),
|
||||
GR64:$src2),
|
||||
subreg_even)>;
|
||||
|
||||
def : Pat<(i32 imm:$src),
|
||||
(EXTRACT_SUBREG (MOV64ri32 (i64 imm:$src)), subreg_32bit)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user