[flang-commits] [flang] Adding parsing and semantic check support for omp masked (PR #91432)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed May 8 06:59:51 PDT 2024
================
@@ -1498,11 +1505,35 @@ void AccAttributeVisitor::CheckMultipleAppearances(
AddDataSharingAttributeObject(*target);
}
}
+std::optional<int64_t> OmpAttributeVisitor::GetMaskedTId(
----------------
kiranchandramohan wrote:
Does this work correctly if there is a variable or expression in the filter clause?
https://github.com/llvm/llvm-project/pull/91432
More information about the flang-commits
mailing list