[all-commits] [llvm/llvm-project] dceb16: [flang][fir] Provide allocation block for `fir.loc...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jun 18 00:34:37 PDT 2025
Branch: refs/heads/users/ergawy/fir_local_alloca_block
Home: https://github.com/llvm/llvm-project
Commit: dceb16bdee9eb224879dac0f21747e1da61cf9ea
https://github.com/llvm/llvm-project/commit/dceb16bdee9eb224879dac0f21747e1da61cf9ea
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-18 (Wed, 18 Jun 2025)
Changed paths:
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
A flang/test/HLFIR/fir-local-alloca-block.fir
Log Message:
-----------
[flang][fir] Provide allocation block for `fir.local` when required
Extends `fir::FirOpBuilder::getAllocaBlock()` to support `fir.local`.
This allows us to retrieve an allocation block when needed for
`fir.local`.
Commit: abb6d264937b52fb76209996ce32d67b1e5dbd36
https://github.com/llvm/llvm-project/commit/abb6d264937b52fb76209996ce32d67b1e5dbd36
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-18 (Wed, 18 Jun 2025)
Changed paths:
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
Log Message:
-----------
remove braces
Compare: https://github.com/llvm/llvm-project/compare/99384ad60f10...abb6d264937b
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