projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6646383
)
Remove a duplicate pattern/
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 31 Jul 2006 18:42:49 +0000
(18:42 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Mon, 31 Jul 2006 18:42:49 +0000
(18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29413
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaInstrInfo.td
b/lib/Target/Alpha/AlphaInstrInfo.td
index 6649fabcfd4f8e1da17403902b03f04224729c3b..164a1082918a506a7cfc270efd5c529cd7732907 100644
(file)
--- a/
lib/Target/Alpha/AlphaInstrInfo.td
+++ b/
lib/Target/Alpha/AlphaInstrInfo.td
@@
-1021,9
+1021,6
@@
def : Pat<(i64 immConst2PartInt:$imm),
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),