[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.td
Evan Cheng
evan.cheng at apple.com
Mon Jul 31 11:43:05 PDT 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.121 -> 1.122
---
Log message:
Remove a duplicate pattern/
---
Diffs of the changes: (+0 -3)
AlphaInstrInfo.td | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.121 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.122
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.121 Mon Jun 12 13:09:24 2006
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td Mon Jul 31 13:42:49 2006
@@ -1021,9 +1021,6 @@
def : Pat<(sext_inreg GPRC:$RB, i32),
(ADDLi GPRC:$RB, 0)>;
-def : Pat<(select GPRC:$which, GPRC:$src1, GPRC:$src2),
- (CMOVEQ GPRC:$src1, GPRC:$src2, GPRC:$which)>; //may be CMOVNE
-
def : Pat<(fabs F8RC:$RB),
(CPYST F31, F8RC:$RB)>;
def : Pat<(fabs F4RC:$RB),
More information about the llvm-commits
mailing list