[flang-commits] [flang] [llvm] Adding parsing and semantic support for scan directive. (PR #102792)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Wed Aug 21 08:45:46 PDT 2024
================
@@ -2531,6 +2539,9 @@ void OmpStructureChecker::CheckReductionModifier(
switch (dirCtx.directive) {
case llvm::omp::Directive::OMPD_do: // worksharing-loop
case llvm::omp::Directive::OMPD_do_simd: // worksharing-loop simd
+ case llvm::omp::Directive::
----------------
skatrak wrote:
Should `OMPD_[[target_]teams_]distribute_parallel_do[_simd]` and `OMPD_distribute_simd` be listed here as well?
https://github.com/llvm/llvm-project/pull/102792
More information about the flang-commits
mailing list