Skip to content

Commit 6f5a145

Browse files
committed
[RISCV][GISel] Remove isel pattern that is no longer tested after other recent changes.
1 parent 5300ba7 commit 6f5a145

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/RISCV/RISCVGISel.td

-6
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ def : LdPat<load, LD, PtrVT>;
169169
def : StPat<store, SD, GPR, PtrVT>;
170170
}
171171

172-
let Predicates = [IsRV64] in {
173-
// FIXME: Temporary until i32->i64 zext is no longer legal.
174-
def : Pat <(srl (zext GPR:$rs1), uimm5:$shamt),
175-
(SRLIW GPR:$rs1, uimm5:$shamt)>;
176-
}
177-
178172
//===----------------------------------------------------------------------===//
179173
// RV64 i32 patterns not used by SelectionDAG
180174
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)