We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4ff61 commit 0bb510cCopy full SHA for 0bb510c
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
@@ -893,7 +893,6 @@ Value LoopOp::getDataOperand(unsigned i) {
893
numOptional += getGangStatic() ? 1 : 0;
894
numOptional += getVectorLength() ? 1 : 0;
895
numOptional += getWorkerNum() ? 1 : 0;
896
- numOptional += getVectorLength() ? 1 : 0;
897
numOptional += getTileOperands().size();
898
numOptional += getCacheOperands().size();
899
return getOperand(numOptional + i);
0 commit comments