mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Mark LDWCP as having no side effects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ed0983200
commit
2cb6c1bd20
@ -572,7 +572,7 @@ def STWDP_lru6 : _FLRU6<(outs), (ins GRRegs:$val, MEMii:$addr),
|
||||
[(store GRRegs:$val, ADDRdpii:$addr)]>;
|
||||
|
||||
//let Uses = [CP] in ..
|
||||
let mayLoad = 1, isReMaterializable = 1 in
|
||||
let mayLoad = 1, isReMaterializable = 1, neverHasSideEffects = 1 in
|
||||
defm LDWCP : FRU6_LRU6_cp<"ldw">;
|
||||
|
||||
let Uses = [SP] in {
|
||||
|
Loading…
Reference in New Issue
Block a user