[all-commits] [llvm/llvm-project] 933d1e: [flang][OpenMP] Extend `do concurrent` mapping to ...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Apr 2 02:34:12 PDT 2025
Branch: refs/heads/users/ergawy/upstream_do_concurrent_4_multi_range_loops
Home: https://github.com/llvm/llvm-project
Commit: 933d1e773411b0115bcc3b32e97e035019c7f6a0
https://github.com/llvm/llvm-project/commit/933d1e773411b0115bcc3b32e97e035019c7f6a0
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-04-02 (Wed, 02 Apr 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.
Commit: 629305ba13d27ff7b8d9aa10cc67d5f40534128b
https://github.com/llvm/llvm-project/commit/629305ba13d27ff7b8d9aa10cc67d5f40534128b
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
Log Message:
-----------
Simplify iv update op detection
Compare: https://github.com/llvm/llvm-project/compare/7b60c5bd09fb...629305ba13d2
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