[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:52 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;
----------------
mjklemm wrote:
Nit: maybe rename the variable to maskedThreadId?
https://github.com/llvm/llvm-project/pull/91432
More information about the flang-commits
mailing list