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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Tue Feb 25 21:50:22 PST 2025


  Branch: refs/heads/users/ergawy/loop_reduction_1
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f2c57e33fd276fb591afba0b8d189994372afaa
      https://github.com/llvm/llvm-project/commit/8f2c57e33fd276fb591afba0b8d189994372afaa
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-02-25 (Tue, 25 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