[llvm-commits] [llvm] r98530 - /llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td
Chris Lattner
sabre at nondot.org
Sun Mar 14 22:35:37 PDT 2010
Author: lattner
Date: Mon Mar 15 00:35:37 2010
New Revision: 98530
URL: http://llvm.org/viewvc/llvm-project?rev=98530&view=rev
Log:
add some missing types
Modified:
llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td
Modified: llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td?rev=98530&r1=98529&r2=98530&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Alpha/AlphaInstrInfo.td Mon Mar 15 00:35:37 2010
@@ -1059,8 +1059,8 @@
def : Pat<(i64 immSExt16int:$imm),
(ZAPNOTi (LDA (SExt16 immSExt16int:$imm), R31), 15)>;
def : Pat<(i64 immConst2PartInt:$imm),
- (ZAPNOTi (LDA (LL16 (SExt32 immConst2PartInt:$imm)),
- (LDAH (LH16 (SExt32 immConst2PartInt:$imm)), R31)), 15)>;
+ (ZAPNOTi (LDA (LL16 (i64 (SExt32 immConst2PartInt:$imm))),
+ (LDAH (LH16 (i64 (SExt32 immConst2PartInt:$imm))), R31)), 15)>;
//TODO: I want to just define these like this!
More information about the llvm-commits
mailing list