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

Anchu Rajendran S via flang-commits flang-commits at lists.llvm.org
Thu May 9 21:08:30 PDT 2024


================
@@ -50,6 +52,7 @@ template <typename T> class DirectiveAttributeVisitor {
     Symbol::Flag defaultDSA{Symbol::Flag::AccShared}; // TODOACC
     std::map<const Symbol *, Symbol::Flag> objectWithDSA;
     bool withinConstruct{false};
+    std::optional<int64_t> maskedTId;
----------------
anchuraj wrote:

Thankyou @mjklemm , the changes are removed as they were incorrect. 

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


More information about the flang-commits mailing list