[all-commits] [llvm/llvm-project] 633f70: [fir][NFC] Move parser/printer/builder to cpp file
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Sep 30 02:18:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 633f70f76ec66956282087dbaf0ab4086a9ffd4f
https://github.com/llvm/llvm-project/commit/633f70f76ec66956282087dbaf0ab4086a9ffd4f
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list