[all-commits] [llvm/llvm-project] 86ae0d: [MLIR] Add OpPrintingFlags to IRPrinterConfig.
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Thu Jul 16 08:06:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86ae0dd7f754b8c95015d85a52593aae6e5c059f
https://github.com/llvm/llvm-project/commit/86ae0dd7f754b8c95015d85a52593aae6e5c059f
Author: Rahul Joshi <jurahul at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M mlir/include/mlir/Pass/PassManager.h
M mlir/lib/Pass/IRPrinting.cpp
Log Message:
-----------
[MLIR] Add OpPrintingFlags to IRPrinterConfig.
- This will enable tweaking IR printing options when enabling printing (for ex,
tweak elideLargeElementsAttrs to create smaller IR logs)
Differential Revision: https://reviews.llvm.org/D83930
More information about the All-commits
mailing list