[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:07:13 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:
Hi @skatrak , I do agree. I have removed the changes.
https://github.com/llvm/llvm-project/pull/91432
More information about the flang-commits
mailing list