mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 22:55:15 +00:00
Remove a duplicate pattern/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29413 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6646383717
commit
043eb829cc
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user