[all-commits] [llvm/llvm-project] df1eea: [flang][fir] Add fir-opt tool
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Feb 12 19:20:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df1eeaa7b404f7c5a96a812479f0ee2ce8354f6a
https://github.com/llvm/llvm-project/commit/df1eeaa7b404f7c5a96a812479f0ee2ce8354f6a
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-02-12 (Fri, 12 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