[all-commits] [llvm/llvm-project] 01cfdf: [mlir-opt] Rename internally the variables backing...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Feb 26 06:49:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01cfdf1f8d44928397b28fe56b1b9ca4884ab258
https://github.com/llvm/llvm-project/commit/01cfdf1f8d44928397b28fe56b1b9ca4884ab258
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-02-26 (Sun, 26 Feb 2023)
Changed paths:
M mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
M mlir/lib/Tools/mlir-opt/MlirOptMain.cpp
Log Message:
-----------
[mlir-opt] Rename internally the variables backing --no-implicit-module to ExplicitModule (NFC)
The flag name isn't the best: avoiding negative is in general more readable
and conveys the intent better.
More information about the All-commits
mailing list