[all-commits] [llvm/llvm-project] 5b88e7: [flang] Extend `omp loop` semantic checks for `red...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Feb 27 02:21:28 PST 2025


  Branch: refs/heads/users/ergawy/loop_reduction_1
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b88e7d23c3cc3f33be26d46ae64309522224694
      https://github.com/llvm/llvm-project/commit/5b88e7d23c3cc3f33be26d46ae64309522224694
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

  Changed paths:
    M flang/lib/Semantics/check-omp-structure.cpp
    M flang/test/Semantics/OpenMP/loop-bind.f90

  Log Message:
  -----------
  [flang] Extend `omp loop` semantic checks for `reduction`

Extend semantic checks for `omp loop` directive to report errors when
a `reduction` clause is specified on a standalone `loop` directive with
`teams` binding.

This is similar to how clang behaves.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list