mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
remove redundant instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97374 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19f047f5f6
commit
e0d2753f2b
@ -592,8 +592,8 @@ def : Pat<(MipsJmpLink (i32 tglobaladdr:$dst)),
|
|||||||
(JAL tglobaladdr:$dst)>;
|
(JAL tglobaladdr:$dst)>;
|
||||||
def : Pat<(MipsJmpLink (i32 texternalsym:$dst)),
|
def : Pat<(MipsJmpLink (i32 texternalsym:$dst)),
|
||||||
(JAL texternalsym:$dst)>;
|
(JAL texternalsym:$dst)>;
|
||||||
def : Pat<(MipsJmpLink CPURegs:$dst),
|
//def : Pat<(MipsJmpLink CPURegs:$dst),
|
||||||
(JALR CPURegs:$dst)>;
|
// (JALR CPURegs:$dst)>;
|
||||||
|
|
||||||
// hi/lo relocs
|
// hi/lo relocs
|
||||||
def : Pat<(MipsHi tglobaladdr:$in), (LUi tglobaladdr:$in)>;
|
def : Pat<(MipsHi tglobaladdr:$in), (LUi tglobaladdr:$in)>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user