[all-commits] [llvm/llvm-project] 8d2e0c: Refactor a MlirOptMainConfig class to hold the con...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Feb 25 14:04:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d2e0c16e691797f11a713a5601dc01e50d8734a
https://github.com/llvm/llvm-project/commit/8d2e0c16e691797f11a713a5601dc01e50d8734a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-02-25 (Sat, 25 Feb 2023)
Changed paths:
M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
Log Message:
-----------
Refactor a MlirOptMainConfig class to hold the configuration of MlirOptMain (NFC)
The list of boolean flags and others is becoming unresonnably long.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D143829
More information about the All-commits
mailing list