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.
Differential D110626
[fir][NFC] Move parser/printer/builder to cpp file clementval on Sep 28 2021, 7:02 AM. Authored by
Details 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. |