[flang] [llvm] Adding parsing and semantic support for scan directive. (PR #102792)

Anchu Rajendran S via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 16:59:20 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::
----------------
anchuraj wrote:

Added

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


More information about the llvm-commits mailing list