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 4e6eea6 commit 18e1708Copy full SHA for 18e1708
clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -4983,9 +4983,6 @@ void CGOpenMPRuntime::emitPrivateReduction(
4983
4984
for (unsigned I :
4985
llvm::seq<unsigned>(std::min(ReductionOps.size(), LHSExprs.size()))) {
4986
- if (I >= LHSExprs.size()) {
4987
- break;
4988
- }
4989
4990
const auto *BinOp = dyn_cast<BinaryOperator>(ReductionOps[I]);
4991
if (!BinOp || BinOp->getOpcode() != BO_Assign)
0 commit comments