[all-commits] [llvm/llvm-project] 40d141: [flang][OpenMP] Extend `do concurrent` mapping to ...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Feb 20 07:53:01 PST 2025


  Branch: refs/heads/users/ergawy/upstream_do_concurrent_4_multi_range_loops
  Home:   https://github.com/llvm/llvm-project
  Commit: 40d14156ff5d48ce94de96d8d23119a35b728dab
      https://github.com/llvm/llvm-project/commit/40d14156ff5d48ce94de96d8d23119a35b728dab
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M flang/docs/DoConcurrentConversionToOpenMP.md
    M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
    A flang/test/Transforms/DoConcurrent/multiple_iteration_ranges.f90

  Log Message:
  -----------
  [flang][OpenMP] Extend `do concurrent` mapping to multi-range loops

Adds support for converting mulit-range loops to OpenMP (on the host
only for now). The changes here "prepare" a loop nest for collapsing by
sinking iteration variables to the innermost `fir.do_loop` op in the
nest.



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