[flang-commits] [flang] Adding parsing and semantic check support for omp masked (PR #91432)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Fri May 17 06:00:54 PDT 2024
================
@@ -2222,6 +2222,9 @@ genOMP(Fortran::lower::AbstractConverter &converter,
const bool genNested = !nextDir;
const bool outerCombined = outermostLeafConstruct && nextDir.has_value();
switch (leafDir) {
+ case llvm::omp::Directive::OMPD_masked:
+ TODO(currentLocation,
----------------
skatrak wrote:
> I see that in a recent [commit](https://github.com/llvm/llvm-project/pull/90098/files#diff-496a295679ae3c43f8651c944a1bd9dca177ad2b5e4d7121f96938024e292bc1L2217) all section numbers are removed. The section numbers keeps changing unless some one needs to go to the exact spec. So I am more in favor of not adding it. Please let me know if you feel otherwise
Since they got removed then there's no point adding it back to just this one.
https://github.com/llvm/llvm-project/pull/91432
More information about the flang-commits
mailing list