Changes in directory llvm/lib/Target/PowerPC:

PPCInstrInfo.td updated: 1.187 -> 1.188
---
Log message:

we don't use lmw/stmw.  When we want them they are easy enough to add


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

 PPCInstrInfo.td |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCInstrInfo.td
diff -u llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.187 
llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.188
--- llvm/lib/Target/PowerPC/PPCInstrInfo.td:1.187       Fri Mar 17 16:41:37 2006
+++ llvm/lib/Target/PowerPC/PPCInstrInfo.td     Sat Mar 18 22:33:37 2006
@@ -301,9 +301,6 @@
 def LHZ : DForm_1<40, (ops GPRC:$rD, memri:$src),
                   "lhz $rD, $src", LdStGeneral,
                   [(set GPRC:$rD, (zextload iaddr:$src, i16))]>;
-def LMW : DForm_1<46, (ops GPRC:$rD, s16imm:$disp, GPRC:$rA),
-                  "lmw $rD, $disp($rA)", LdStLMW,
-                  []>;
 def LWZ : DForm_1<32, (ops GPRC:$rD, memri:$src),
                   "lwz $rD, $src", LdStGeneral,
                   [(set GPRC:$rD, (load iaddr:$src))]>;
@@ -343,9 +340,6 @@
                      [(set GPRC:$rD, imm16Shifted:$imm)]>;
 }
 let isStore = 1, noResults = 1, PPC970_Unit = 2 in {
-def STMW : DForm_3<47, (ops GPRC:$rS, s16imm:$disp, GPRC:$rA),
-                   "stmw $rS, $disp($rA)", LdStLMW,
-                   []>;
 def STB  : DForm_3<38, (ops GPRC:$rS, memri:$src),
                    "stb $rS, $src", LdStGeneral,
                    [(truncstore GPRC:$rS, iaddr:$src, i8)]>;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to