[all-commits] [llvm/llvm-project] 7e0bb2: [flang][fir] Extend locality specs lowering to sup...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri Jun 13 06:21:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e0bb2b0b9f66715c07c5eeaadb367d1a084d4c7
https://github.com/llvm/llvm-project/commit/7e0bb2b0b9f66715c07c5eeaadb367d1a084d4c7
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M flang/lib/Optimizer/Transforms/SimplifyFIROperations.cpp
A flang/test/Transforms/do-concurrent-localizer-dealloc-region.fir
A flang/test/Transforms/do-concurrent-localizer-init-region.fir
Log Message:
-----------
[flang][fir] Extend locality specs lowering to support `init` and `dealloc` regions (#144027)
Extending `fir.do_concurrent` to `fir.do_loop ... unordered` lowering by
adding support for lowring/inlining non-empty `init` and `dealloc`
regions.
Resolves https://github.com/llvm/llvm-project/issues/143897 (actually
handles the todo).
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