This patch adds the FIR builder to generate the numeric intrinsic
runtime call.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: mleair <leairmark@gmail.com>
Paths
| Differential D114900
[fir] Add fir character builder ClosedPublic Authored by clementval on Dec 1 2021, 12:23 PM.
Details Summary This patch adds the FIR builder to generate the numeric intrinsic This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Jean Perier <jperier@nvidia.com>
Diff Detail
Event Timeline
clementval added inline comments.
clementval marked 2 inline comments as done. Comment ActionsAddress review comments
This revision is now accepted and ready to land.Dec 3 2021, 5:05 AM Closed by commit rGd59a0f58f49a: [fir] Add fir character builder (authored by clementval). · Explain WhyDec 3 2021, 5:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 391368 flang/include/flang/Optimizer/Builder/Runtime/Character.h
flang/lib/Optimizer/Builder/CMakeLists.txt
flang/lib/Optimizer/Builder/Runtime/Character.cpp
flang/unittests/Optimizer/Builder/Runtime/CharacterTest.cpp
flang/unittests/Optimizer/Builder/Runtime/RuntimeCallTestBase.h
flang/unittests/Optimizer/CMakeLists.txt
|
Nit: Is this actually used from outside this module, or can it be downgraded to a helper in the implementation file?