[flang-commits] [flang] [mlir] [Flang][OpenMP] Add LLVM translation support for UNTIED clause in Task (PR #121052)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Jan 2 12:24:14 PST 2025


================
@@ -213,6 +213,29 @@ class AssociatedLoopChecker {
   std::map<std::string, std::int64_t> constructNamesAndLevels_;
 };
 
+// `OmpDesignatorChecker` is used to check if the designator
+// can appear within the OpenMP construct
+class OmpDesignatorChecker {
----------------
kparzysz wrote:

Please don't call this "designator checker".  It only applies to the body of a `TASK` construct, and only if there is an `UNTIED` clause on it.  Please give this class a more specific name.

https://github.com/llvm/llvm-project/pull/121052


More information about the flang-commits mailing list