mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
[RISCV] Remove unused uimm5i32 from RISCVGISel.td. NFC
This commit is contained in:
@@ -126,8 +126,6 @@ let Predicates = [HasAtomicLdSt, IsRV64] in {
|
||||
// RV64 i32 patterns not used by SelectionDAG
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
def uimm5i32 : ImmLeaf<i32, [{return isUInt<5>(Imm);}]>;
|
||||
|
||||
def zext_is_sext : PatFrag<(ops node:$src), (zext node:$src), [{
|
||||
KnownBits Known = CurDAG->computeKnownBits(N->getOperand(0), 0);
|
||||
return Known.isNonNegative();
|
||||
|
||||
Reference in New Issue
Block a user