[all-commits] [llvm/llvm-project] c5dde7: [flang][OpenMP] Support multi-block reduction comb...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Sep 16 22:07:45 PDT 2025
Branch: refs/heads/users/ergawy/omp_device_array_reds
Home: https://github.com/llvm/llvm-project
Commit: c5dde7cbcece549d0996a6671d1ae1b53b9cd63b
https://github.com/llvm/llvm-project/commit/c5dde7cbcece549d0996a6671d1ae1b53b9cd63b
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
A mlir/test/Target/LLVMIR/omptarget-multi-block-reduction.mlir
Log Message:
-----------
[flang][OpenMP] Support multi-block reduction combiner regions on the GPU
Fixes a bug related to insertion points when inlining multi-block
combiner reduction regions. The IP at the end of the inlined region was
not used resulting in emitting BBs with multiple terminators.
Commit: 03c698d73e985362b22fe0f066228eeebc4eba72
https://github.com/llvm/llvm-project/commit/03c698d73e985362b22fe0f066228eeebc4eba72
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
review comments
Commit: ee4945d874adfa2f651e85b7296898e16305d878
https://github.com/llvm/llvm-project/commit/ee4945d874adfa2f651e85b7296898e16305d878
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M mlir/test/Target/LLVMIR/omptarget-multi-block-reduction.mlir
Log Message:
-----------
more test checks
Compare: https://github.com/llvm/llvm-project/compare/85f4b70a8a07...ee4945d874ad
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