[PATCH] D110626: [fir][NFC] Move parser/printer/builder to cpp file

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 07:02:13 PDT 2021


clementval created this revision.
clementval added reviewers: jeanPerier, svedanayagam, sscalpone, kiranchandramohan, jdoerfert, schweitz.
Herald added a subscriber: mehdi_amini.
Herald added a project: Flang.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110626

Files:
  flang/include/flang/Optimizer/Dialect/FIROps.td
  flang/lib/Optimizer/Dialect/FIROps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110626.375562.patch
Type: text/x-patch
Size: 45507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210928/3b593762/attachment.bin>


More information about the llvm-commits mailing list