[fir][NFC] Move parser/printer/builder to cpp file
authorValentin Clement <clementval@gmail.com>
Thu, 30 Sep 2021 09:17:46 +0000 (11:17 +0200)
committerValentin Clement <clementval@gmail.com>
Thu, 30 Sep 2021 09:18:23 +0000 (11:18 +0200)
commit633f70f76ec66956282087dbaf0ab4086a9ffd4f
treee5ef56ad14ad93ab8805d87817aa4232d9a2ebc7
parent8014b28dcfa17532bdff31358c1c5aa00e76452e
[fir][NFC] Move parser/printer/builder to cpp file

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.

Reviewed By: schweitz

Differential Revision: https://reviews.llvm.org/D110626
flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp