evaluate::SetLength is the last intrinsic binary operation
that needs to be lowered to HLFIR. It will require an hlfir.set_length
op or hlfir.as_expr to convert the result to an expression. Add a TODO
for now.
Depends on D139180
Paths
| Differential D139183
[flang] Make SetLength TODO explicit in HLFIR ClosedPublic Authored by jeanPerier on Dec 2 2022, 2:18 AM.
Details
Summary evaluate::SetLength is the last intrinsic binary operation Depends on D139180
Diff Detail
Event TimelinejeanPerier added a child revision: D139186: [flang] Lower unary operation to HLFIR.Dec 2 2022, 3:02 AM Closed by commit rGfed3d272da5a: [flang] Make SetLength TODO explicit in HLFIR (authored by jeanPerier). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479563 flang/lib/Lower/ConvertExprToHLFIR.cpp
|