[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Jan 16 13:41:51 PST 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaInstrInfo.td updated: 1.101 -> 1.102
---
Log message:

fix short immediate loads

---
Diffs of the changes:  (+1 -1)

 AlphaInstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.101 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.102
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.101	Tue Jan 10 21:33:06 2006
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td	Mon Jan 16 15:41:39 2006
@@ -826,7 +826,7 @@
 def : Pat<(i64 immSExt16int:$imm),
           (ZAPNOTi (LDA (SExt16 immSExt16int:$imm), R31), 15)>;
 def : Pat<(i64 immConst2PartInt:$imm),
-          (ZAPNOTi (LDA (LL16 (SExt16 immConst2PartInt:$imm)), 
+          (ZAPNOTi (LDA (LL16 (SExt32 immConst2PartInt:$imm)), 
                         (LDAH (LH16 (SExt32 immConst2PartInt:$imm)), R31)), 15)>;
 
 






More information about the llvm-commits mailing list