[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:10:26 PDT 2024


================
@@ -1498,11 +1505,35 @@ void AccAttributeVisitor::CheckMultipleAppearances(
     AddDataSharingAttributeObject(*target);
   }
 }
+std::optional<int64_t> OmpAttributeVisitor::GetMaskedTId(
----------------
anchuraj wrote:

I was wrong to treat it as a constant expression. Thanks for pointing this out. I have removed the changes.

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


More information about the flang-commits mailing list