Couple of operation are expecting BoxType but can totally handle
ClassType as well. This patch updates couple of locations to support
BaseBoxType instead of BoxType only.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138422
[flang] Accept BaseBoxType in couple of fir.array_* operations ClosedPublic Authored by clementval on Nov 21 2022, 5:49 AM.
Details Summary Couple of operation are expecting BoxType but can totally handle
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 21 2022, 5:49 AM This revision is now accepted and ready to land.Nov 21 2022, 6:17 AM This revision was landed with ongoing or failed builds.Nov 21 2022, 7:54 AM Closed by commit rG3b257a637367: [flang] Accept BaseBoxType in couple of fir.array_* operations (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 476904 flang/lib/Lower/ConvertExpr.cpp
flang/lib/Optimizer/CodeGen/CGOps.cpp
flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Optimizer/Dialect/FIROps.cpp
flang/test/Lower/polymorphic.f90
|