mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Patterns no longer needed due to fix in the DAG combiner.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6c4ccfaab
commit
ba74cdf7f6
@ -491,10 +491,6 @@ def : Pat<(extloadi1 iaddr:$src),
|
||||
(LBZ8 iaddr:$src)>;
|
||||
def : Pat<(extloadi1 xaddr:$src),
|
||||
(LBZX8 xaddr:$src)>;
|
||||
def : Pat<(sextloadi8 iaddr:$src),
|
||||
(EXTSB8 (LBZ8 iaddr:$src))>;
|
||||
def : Pat<(sextloadi8 xaddr:$src),
|
||||
(EXTSB8 (LBZX8 xaddr:$src))>;
|
||||
def : Pat<(extloadi8 iaddr:$src),
|
||||
(LBZ8 iaddr:$src)>;
|
||||
def : Pat<(extloadi8 xaddr:$src),
|
||||
|
Loading…
x
Reference in New Issue
Block a user