[flang-commits] [flang] Adding parsing and semantic check support for omp masked (PR #91432)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Wed May 8 06:05:51 PDT 2024


================
@@ -90,6 +93,9 @@ template <typename T> class DirectiveAttributeVisitor {
   void SetContextAssociatedLoopLevel(std::int64_t level) {
     GetContext().associatedLoopLevel = level;
   }
+  void SetMaskedTId(std::optional<int64_t> tid) {
----------------
mjklemm wrote:

Nit: Same here, maybe use `SetMaskedThreadId`?

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


More information about the flang-commits mailing list