forked from OSchip/llvm-project
This is no longer needed after enabling the DAG combiner xform.
llvm-svn: 36909
This commit is contained in:
parent
a4cf58a103
commit
d37c23745f
|
@ -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