[all-commits] [llvm/llvm-project] 826023: [flang][fir] Add fir-opt tool
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Feb 16 08:49:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8260232cdd138d1357d308e43c33f0f16044f44c
https://github.com/llvm/llvm-project/commit/8260232cdd138d1357d308e43c33f0f16044f44c
Author: clementval <clementval at gmail.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M flang/test/CMakeLists.txt
M flang/test/Fir/fir-ops.fir
M flang/test/Fir/fir-types.fir
M flang/tools/CMakeLists.txt
A flang/tools/fir-opt/CMakeLists.txt
A flang/tools/fir-opt/fir-opt.cpp
Log Message:
-----------
[flang][fir] Add fir-opt tool
This patch introduce the fir-opt tool. Similar to mlir-opt for FIR.
It will be used in following patches to test fir opt and round-trip.
Reviewed By: schweitz, mehdi_amini
Differential Revision: https://reviews.llvm.org/D96535
More information about the All-commits
mailing list