Skip to content

Commit 8284e4d

Browse files
committed
[RISCV] Remove unused uimm5i32 from RISCVGISel.td. NFC
1 parent 0cc2ad3 commit 8284e4d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVGISel.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ let Predicates = [HasAtomicLdSt, IsRV64] in {
126126
// RV64 i32 patterns not used by SelectionDAG
127127
//===----------------------------------------------------------------------===//
128128

129-
def uimm5i32 : ImmLeaf<i32, [{return isUInt<5>(Imm);}]>;
130-
131129
def zext_is_sext : PatFrag<(ops node:$src), (zext node:$src), [{
132130
KnownBits Known = CurDAG->computeKnownBits(N->getOperand(0), 0);
133131
return Known.isNonNegative();

0 commit comments

Comments
 (0)