[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrVFP.td

Evan Cheng evan.cheng at apple.com
Mon May 7 14:29:59 PDT 2007



Changes in directory llvm/lib/Target/ARM:

ARMInstrVFP.td updated: 1.3 -> 1.4
---
Log message:

This is no longer needed after enabling the DAG combiner xform.

---
Diffs of the changes:  (+0 -5)

 ARMInstrVFP.td |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/lib/Target/ARM/ARMInstrVFP.td
diff -u llvm/lib/Target/ARM/ARMInstrVFP.td:1.3 llvm/lib/Target/ARM/ARMInstrVFP.td:1.4
--- llvm/lib/Target/ARM/ARMInstrVFP.td:1.3	Thu May  3 15:54:42 2007
+++ llvm/lib/Target/ARM/ARMInstrVFP.td	Mon May  7 16:29:41 2007
@@ -78,11 +78,6 @@
                  [(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.
 //






More information about the llvm-commits mailing list