Move the parsers, printers and builders from the TableGen file
to the .cpp file. Remaining parsers, printers and builders will be
moved when we update the operations.
This patch is part of the upstreaming effort from fir-dev branch.
Paths
| Differential D110626
[fir][NFC] Move parser/printer/builder to cpp file ClosedPublic Authored by clementval on Sep 28 2021, 7:02 AM.
Details Summary Move the parsers, printers and builders from the TableGen file This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event TimelineComment Actions
There is some parsers that could be move to the assemblyFormat. I guess it would be better to do it in a follow up patch since here we are just moving existing parsers out of the td file. This revision is now accepted and ready to land.Sep 29 2021, 12:43 PM Closed by commit rG633f70f76ec6: [fir][NFC] Move parser/printer/builder to cpp file (authored by clementval). · Explain WhySep 30 2021, 2:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 376136 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp
|