[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Jan 10 11:13:00 PST 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.99 -> 1.100
---
Log message:
Int immediate loading fix
---
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.99 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.100
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.99 Mon Jan 9 13:49:58 2006
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td Tue Jan 10 13:12:47 2006
@@ -828,7 +828,7 @@
(ZAPNOTi (LDA (SExt16 immSExt16int:$imm), R31), 15)>;
def : Pat<(i64 immConst2PartInt:$imm),
(ZAPNOTi (LDA (LL16 (SExt16 immConst2PartInt:$imm)),
- (LDAH (LH16 (SExt16 immConst2PartInt:$imm)), R31)), 15)>;
+ (LDAH (LH16 (SExt32 immConst2PartInt:$imm)), R31)), 15)>;
//TODO: I want to just define these like this!
More information about the llvm-commits
mailing list