This patch adds the builder to generate derived type runtime API calls.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Peter Klausler <pklausler@nvidia.com>
Co-authored-by: Jean Perier <jperier@nvidia.com>
Paths
| Differential D114472
[fir] Add fir derived type runtime builder ClosedPublic Authored by clementval on Nov 23 2021, 1:35 PM.
Details Summary This patch adds the builder to generate derived type runtime API calls. This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Peter Klausler <pklausler@nvidia.com>
Diff Detail
Event Timelineclementval edited parent revisions, added: D114557: [fir] Add base for runtime builder unittests; removed: D114460: [fir] Add fir reduction builder.Nov 25 2021, 5:36 AM
clementval removed a parent revision: D114557: [fir] Add base for runtime builder unittests.Dec 3 2021, 12:33 AM Comment Actions LGTM, thanks.
This revision is now accepted and ready to land.Dec 3 2021, 4:59 AM This revision was landed with ongoing or failed builds.Dec 3 2021, 5:52 AM Closed by commit rGc32421c92513: [fir] Add fir derived type runtime builder (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391619 flang/include/flang/Optimizer/Builder/Runtime/Derived.h
flang/lib/Optimizer/Builder/CMakeLists.txt
flang/lib/Optimizer/Builder/Runtime/Derived.cpp
flang/unittests/Optimizer/Builder/Runtime/DerivedTest.cpp
flang/unittests/Optimizer/CMakeLists.txt
|
This doesn't seem to match the prototype from the runtime