Skip to content

Commit b297f76

Browse files
committed
Removed dubious tests and matching patterns
1 parent 83653f5 commit b297f76

File tree

2 files changed

+68
-260
lines changed

2 files changed

+68
-260
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,11 +5332,6 @@ defm UCVTF : IntegerToFP<0b00, 0b011, "ucvtf", any_uint_to_fp>;
53325332
let Predicates = [HasNEONandIsStreamingSafe, HasFPRCVT] in {
53335333
defm SCVTF : IntegerToFPSIMDScalar<0b11, 0b100, "scvtf", any_sint_to_fp>;
53345334
defm UCVTF : IntegerToFPSIMDScalar<0b11, 0b101, "ucvtf", any_uint_to_fp>;
5335-
5336-
def : Pat<(v1f64 (extract_subvector (v2f64 (sint_to_fp (v2i64 (sext (v2i32 V64:$Rn))))), (i64 0))),
5337-
(SCVTFDSr (EXTRACT_SUBREG V64:$Rn, ssub))>;
5338-
def : Pat<(v1f64 (extract_subvector (v2f64 (uint_to_fp (v2i64 (zext (v2i32 V64:$Rn))))), (i64 0))),
5339-
(UCVTFDSr (EXTRACT_SUBREG V64:$Rn, ssub))>;
53405335
}
53415336

53425337
def : Pat<(f16 (fdiv (f16 (any_sint_to_fp (i32 GPR32:$Rn))), fixedpoint_f16_i32:$scale)),

0 commit comments

Comments
 (0)