Skip to content

Commit 9f4fc5a

Browse files
committed
Address review comment
1 parent 33c6869 commit 9f4fc5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19709,7 +19709,6 @@ SDValue RISCVTargetLowering::PerformDAGCombine(SDNode *N,
1970919709
return V;
1971019710
break;
1971119711
case RISCVISD::VRGATHER_VX_VL: {
19712-
using namespace llvm::SDPatternMatch;
1971319712
// Note this assumes that out of bounds indices produce poison
1971419713
// and can thus be replaced without having to prove them inbounds..
1971519714
EVT VT = N->getValueType(0);

0 commit comments

Comments
 (0)