We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2ad3 commit 8284e4dCopy full SHA for 8284e4d
llvm/lib/Target/RISCV/RISCVGISel.td
@@ -126,8 +126,6 @@ let Predicates = [HasAtomicLdSt, IsRV64] in {
126
// RV64 i32 patterns not used by SelectionDAG
127
//===----------------------------------------------------------------------===//
128
129
-def uimm5i32 : ImmLeaf<i32, [{return isUInt<5>(Imm);}]>;
130
-
131
def zext_is_sext : PatFrag<(ops node:$src), (zext node:$src), [{
132
KnownBits Known = CurDAG->computeKnownBits(N->getOperand(0), 0);
133
return Known.isNonNegative();
0 commit comments