[all-commits] [llvm/llvm-project] 5d39b8: [flang][acc] Fix the indexing of the reduction ini...

khaki3 via All-commits all-commits at lists.llvm.org
Fri Sep 19 17:29:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d39b87d0b4725771bb18e62a44e3f5264b810e5
      https://github.com/llvm/llvm-project/commit/5d39b87d0b4725771bb18e62a44e3f5264b810e5
  Author: khaki3 <47756807+khaki3 at users.noreply.github.com>
  Date:   2025-09-20 (Sat, 20 Sep 2025)

  Changed paths:
    M flang/lib/Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp
    M flang/test/Lower/OpenACC/acc-reduction-unwrap-defaultbounds.f90
    M flang/test/Lower/OpenACC/acc-reduction.f90

  Log Message:
  -----------
  [flang][acc] Fix the indexing of the reduction initializer for multidimensional static arrays (#159848)

Similarly to https://github.com/llvm/llvm-project/pull/155536, this PR
fixes incorrect coordinates for array access in the reduction
initializer.



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