mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
This is no longer needed after enabling the DAG combiner xform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59d5b68dff
commit
c4e600362e
@ -78,11 +78,6 @@ def FSTS : ASI5<(ops SPR:$src, addrmode5:$addr),
|
||||
[(store SPR:$src, addrmode5:$addr)]>;
|
||||
} // isStore
|
||||
|
||||
// avoid copying result of FTOUIZ to int reg when we're just storing it
|
||||
let AddedComplexity = 1 in
|
||||
def : ARMPat<(store (i32 (bitconvert SPR:$src)), addrmode5:$addr),
|
||||
(FSTS SPR:$src, addrmode5:$addr)>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Load / store multiple Instructions.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user