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 d5c9530 commit 2a1d222Copy full SHA for 2a1d222
flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
@@ -663,7 +663,6 @@ template <typename NumericalReductionOp>
663
static mlir::LogicalResult
664
verifyArrayAndMaskForReductionOp(NumericalReductionOp reductionOp) {
665
mlir::Value array = reductionOp->getArray();
666
- mlir::Value dim = reductionOp->getDim();
667
mlir::Value mask = reductionOp->getMask();
668
669
fir::SequenceType arrayTy =
0 commit comments