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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Sun Mar 9 21:54:53 PDT 2025


  Branch: refs/heads/users/ergawy/upstream_do_concurrent_4_multi_range_loops
  Home:   https://github.com/llvm/llvm-project
  Commit: 090ea42681a2e0bfbb73853eb75f8e31d3adf120
      https://github.com/llvm/llvm-project/commit/090ea42681a2e0bfbb73853eb75f8e31d3adf120
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-09 (Sun, 09 Mar 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