projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d5b68
)
This is no longer needed after enabling the DAG combiner xform.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 7 May 2007 21:29:41 +0000
(21:29 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 7 May 2007 21:29:41 +0000
(21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36909
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrVFP.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrVFP.td
b/lib/Target/ARM/ARMInstrVFP.td
index a8a72ed72c8bd727b37e794694afcad1c763e50d..671e1a48c184343ae8613b074e430a48ee7e9c0b 100644
(file)
--- a/
lib/Target/ARM/ARMInstrVFP.td
+++ b/
lib/Target/ARM/ARMInstrVFP.td
@@
-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.
//