Move builders to .cpp file and update accordingly.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Paths
| Differential D110698
[fir] Update fir.call op ClosedPublic Authored by clementval on Sep 29 2021, 5:03 AM.
Details Summary Move builders to .cpp file and update accordingly. This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Jean Perier <jperier@nvidia.com>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2021, 9:10 AM Closed by commit rG576301d922a7: [fir] Update fir.call op (authored by schweitz, committed by clementval). · Explain WhySep 29 2021, 9:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 375836 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp
|
Is the plan to move all non-trivial builders to cpp files but retain the trivial ones in td?