[all-commits] [llvm/llvm-project] ac0cde: [flang][OpenMP] Update `do concurrent` mapping pas...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Mon May 5 01:30:39 PDT 2025
Branch: refs/heads/users/ergawy/do-pass-updates
Home: https://github.com/llvm/llvm-project
Commit: ac0cde7576c49a00e3591254d6891879b52bee81
https://github.com/llvm/llvm-project/commit/ac0cde7576c49a00e3591254d6891879b52bee81
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M flang/lib/Optimizer/OpenMP/DoConcurrentConversion.cpp
M flang/test/Transforms/DoConcurrent/basic_device.mlir
M flang/test/Transforms/DoConcurrent/basic_host.f90
M flang/test/Transforms/DoConcurrent/basic_host.mlir
M flang/test/Transforms/DoConcurrent/locally_destroyed_temp.f90
R flang/test/Transforms/DoConcurrent/loop_nest_test.f90
M flang/test/Transforms/DoConcurrent/multiple_iteration_ranges.f90
M flang/test/Transforms/DoConcurrent/non_const_bounds.f90
M flang/test/Transforms/DoConcurrent/not_perfectly_nested.f90
Log Message:
-----------
[flang][OpenMP] Update `do concurrent` mapping pass to use `fir.do_concurrent` op
This PR updates the `do concurrent` to OpenMP mapping pass to use the newly added `fir.do_concurrent` ops that were recently added upstream instead of handling nests of `fir.do_loop ... unordered` ops.
Parent PR: https://github.com/llvm/llvm-project/pull/137928.
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