[all-commits] [llvm/llvm-project] e0cd78: [flang][openacc] Fix getBoundsString for reduction...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Oct 3 13:08:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0cd781f3b1c2207043d2b6b9027e340304f9d6e
      https://github.com/llvm/llvm-project/commit/e0cd781f3b1c2207043d2b6b9027e340304f9d6e
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/test/Lower/OpenACC/acc-reduction.f90

  Log Message:
  -----------
  [flang][openacc] Fix getBoundsString for reduction recipe name (#68146)

`getBoundsString` is used to generate the reduction recipe names when an
array section is provided. The lowerbound and upperbound were swapped.
This patch fixes it.




More information about the All-commits mailing list