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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Sep 4 02:38:04 PDT 2025


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