[all-commits] [llvm/llvm-project] b124c0: [Flang][OpenMP] Remove omp.simd reduction block ar...

Sergio Afonso via All-commits all-commits at lists.llvm.org
Wed Oct 9 02:22:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b124c04597166cc93ca791d0ad07834c85de824d
      https://github.com/llvm/llvm-project/commit/b124c04597166cc93ca791d0ad07834c85de824d
  Author: Sergio Afonso <safonsof at amd.com>
  Date:   2024-10-09 (Wed, 09 Oct 2024)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  [Flang][OpenMP] Remove omp.simd reduction block args (#111523)

This patch reverts previous changes to create entry block arguments for
reduction variables attached to `simd` constructs.

This can't currently be done because reduction variables stored in the
corresponding clause structure are not added to the `omp.simd` operation
when created, as this is not supported yet. Adding block arguments for
non-existent reduction variables results in some tests from the Fujitsu
compiler testsuite breaking:
https://linaro.atlassian.net/browse/LLVM-1389.



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