[all-commits] [llvm/llvm-project] c7d655: [flang][OpenMP] Support multi-block reduction comb...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Sep 10 11:52:13 PDT 2025


  Branch: refs/heads/users/ergawy/omp_device_array_reds
  Home:   https://github.com/llvm/llvm-project
  Commit: c7d655214b726335a36eb0a9449b5d14df3699e9
      https://github.com/llvm/llvm-project/commit/c7d655214b726335a36eb0a9449b5d14df3699e9
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-09-10 (Wed, 10 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.



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