[all-commits] [llvm/llvm-project] 468036: [flang][fir] Extend locality specs lowering to sup...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Fri Jun 13 05:37:57 PDT 2025
Branch: refs/heads/users/ergawy/dc_serialization_localizer_with_init_and_dealloc_regions
Home: https://github.com/llvm/llvm-project
Commit: 468036b1fa461ae8ff3dddf66d1dd41fbc3a57ac
https://github.com/llvm/llvm-project/commit/468036b1fa461ae8ff3dddf66d1dd41fbc3a57ac
Author: 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
Extending `fir.do_concurrent` to `fir.do_loop ... unordered` lowering by
adding support for lowring/inlining non-empty `init` and `dealloc`
regions.
Commit: efd3eb670a00ac3490ca23221e4d1aac90490fd9
https://github.com/llvm/llvm-project/commit/efd3eb670a00ac3490ca23221e4d1aac90490fd9
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M flang/lib/Optimizer/Transforms/SimplifyFIROperations.cpp
Log Message:
-----------
simplify region merging
Compare: https://github.com/llvm/llvm-project/compare/7224d09163c5...efd3eb670a00
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