[all-commits] [llvm/llvm-project] 6ef2fa: [flang][OpenMP] Upstream `do concurrent` loop-nest...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Feb 20 07:34:52 PST 2025
Branch: refs/heads/users/ergawy/upstream_do_concurrent_2
Home: https://github.com/llvm/llvm-project
Commit: 6ef2faee3e5c350ab698119f5930b34023dd174a
https://github.com/llvm/llvm-project/commit/6ef2faee3e5c350ab698119f5930b34023dd174a
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/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