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 f15c43f commit 1c3f18fCopy full SHA for 1c3f18f
flang/lib/Lower/OpenMP/Utils.cpp
@@ -867,7 +867,6 @@ void collectLoopRelatedInfo(
867
868
// Collect the loops to collapse.
869
lower::pft::Evaluation *doConstructEval = getNestedDoConstruct(eval);
870
- assert(doConstructEval && "Expected do loop to be in the nested evaluation");
871
if (doConstructEval->getIf<parser::DoConstruct>()->IsDoConcurrent()) {
872
TODO(currentLocation, "Do Concurrent in Worksharing loop construct");
873
}
0 commit comments