[llvm-branch-commits] [flang] [flang][OpenM] Check if loop nest/sequence is well-formed (PR #188025)
Jack Styles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 23 08:49:49 PDT 2026
================
@@ -268,93 +258,83 @@ void OmpStructureChecker::CheckNestedConstruct(
// Check constructs contained in the body of the loop construct.
auto &body{std::get<parser::Block>(x.t)};
+
----------------
Stylie777 wrote:
nit: unnecessary change
https://github.com/llvm/llvm-project/pull/188025
More information about the llvm-branch-commits
mailing list