[all-commits] [llvm/llvm-project] e15842: [flang][OpenMP] Upstream `do concurrent` loop-nest...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Apr 2 00:26:25 PDT 2025
Branch: refs/heads/users/ergawy/upstream_do_concurrent_2
Home: https://github.com/llvm/llvm-project
Commit: e15842dc224367839f84388ba91feea0ef8431b2
https://github.com/llvm/llvm-project/commit/e15842dc224367839f84388ba91feea0ef8431b2
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/loop_nest_test.f90
Log Message:
-----------
[flang][OpenMP] Upstream `do concurrent` loop-nest detection.
Upstreams the next part of `do concurrent` to OpenMP mapping pass (from
AMD's ROCm implementation). See #126026 for more context.
This PR add loop nest detection logic. This enables us to discover
muli-range `do concurrent` loops and then map them as "collapsed" loop
nests to OpenMP.
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