mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
fix short immediate loads
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
097c6e18a3
commit
6e707fb39c
@ -826,7 +826,7 @@ def : Pat<(i64 immSExt16:$imm),
|
||||
def : Pat<(i64 immSExt16int:$imm),
|
||||
(ZAPNOTi (LDA (SExt16 immSExt16int:$imm), R31), 15)>;
|
||||
def : Pat<(i64 immConst2PartInt:$imm),
|
||||
(ZAPNOTi (LDA (LL16 (SExt16 immConst2PartInt:$imm)),
|
||||
(ZAPNOTi (LDA (LL16 (SExt32 immConst2PartInt:$imm)),
|
||||
(LDAH (LH16 (SExt32 immConst2PartInt:$imm)), R31)), 15)>;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user