[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 11:27:57 PDT 2021
clementval added a comment.
In D110626#3028022 <https://reviews.llvm.org/D110626#3028022>, @mehdi_amini wrote:
> Could more parser be using the declarative assembly syntax?
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110626/new/
https://reviews.llvm.org/D110626
More information about the llvm-commits
mailing list