[llvm-branch-commits] [flang] [llvm] [flang][OpenMP] Parse WHEN, OTHERWISE, MATCH clauses plus METADIRECTIVE (PR #121817)
Kiran Chandramohan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 15 03:47:33 PST 2025
================
@@ -214,6 +214,11 @@ class AssociatedLoopChecker {
};
bool OmpStructureChecker::CheckAllowedClause(llvmOmpClause clause) {
+ // Do not do clause checks while processing METADIRECTIVE.
----------------
kiranchandramohan wrote:
Could you add the reason also?
https://github.com/llvm/llvm-project/pull/121817
More information about the llvm-branch-commits
mailing list