hlfir.apply allows retrieving element values from an array expression
value. See https://github.com/llvm/llvm-project/blob/main/flang/docs/HighLevelFIR.md
for more detail.
Depends on D140015
Paths
| Differential D140023
[flang] Add hlfir.apply definition ClosedPublic Authored by jeanPerier on Dec 14 2022, 6:28 AM.
Details
Summary hlfir.apply allows retrieving element values from an array expression Depends on D140015
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 14 2022, 8:15 AM jeanPerier added a child revision: D140031: [flang][NFC] add builder to simplify fir.shape creation.Dec 14 2022, 11:21 AM Closed by commit rG7d0429bf546e: [flang] Add hlfir.apply definition (authored by jeanPerier). · Explain WhyDec 15 2022, 2:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 483099 flang/include/flang/Optimizer/HLFIR/HLFIROpBase.td
flang/include/flang/Optimizer/HLFIR/HLFIROps.td
flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
flang/test/HLFIR/apply.fir
|