mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Int immediate loading fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b52ee7f5ff
commit
29418a862c
@ -828,7 +828,7 @@ def : Pat<(i64 immSExt16int:$imm),
|
||||
(ZAPNOTi (LDA (SExt16 immSExt16int:$imm), R31), 15)>;
|
||||
def : Pat<(i64 immConst2PartInt:$imm),
|
||||
(ZAPNOTi (LDA (LL16 (SExt16 immConst2PartInt:$imm)),
|
||||
(LDAH (LH16 (SExt16 immConst2PartInt:$imm)), R31)), 15)>;
|
||||
(LDAH (LH16 (SExt32 immConst2PartInt:$imm)), R31)), 15)>;
|
||||
|
||||
|
||||
//TODO: I want to just define these like this!
|
||||
|
Loading…
Reference in New Issue
Block a user