[all-commits] [llvm/llvm-project] 25db7c: [flang][hlfir] Implement hlfir.declare optional co...
jeanPerier via All-commits
all-commits at lists.llvm.org
Wed Mar 1 01:44:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25db7cb70c312b956240b3d65c3bc72020ac9409
https://github.com/llvm/llvm-project/commit/25db7cb70c312b956240b3d65c3bc72020ac9409
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp
M flang/test/HLFIR/declare-codegen.fir
Log Message:
-----------
[flang][hlfir] Implement hlfir.declare optional codegen
The hlfir fir.box with the local lower bounds and type parameters
must be generated conditionally when the entity is optional.
Differential Revision: https://reviews.llvm.org/D144962
More information about the All-commits
mailing list