[all-commits] [llvm/llvm-project] 3da95b: [fir][NFC] Move fir.global printer to cpp file
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Oct 1 12:14:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3da95b68cd1e0088d955c129f61a19a8551366c4
https://github.com/llvm/llvm-project/commit/3da95b68cd1e0088d955c129f61a19a8551366c4
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
Log Message:
-----------
[fir][NFC] Move fir.global printer to cpp file
All big enough parser, printer and verifier are moved to the cpp file.
This is one of the last one to be moved.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D110929
More information about the All-commits
mailing list