[all-commits] [llvm/llvm-project] f65a3f: Make MLIR Pass Timing output configurable through ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Apr 27 18:39:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f65a3f7c83b29fe76e91abd88b34d6b8755b0e0e
https://github.com/llvm/llvm-project/commit/f65a3f7c83b29fe76e91abd88b34d6b8755b0e0e
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M mlir/include/mlir/Pass/PassManager.h
M mlir/lib/Pass/PassManagerOptions.cpp
M mlir/lib/Pass/PassTiming.cpp
Log Message:
-----------
Make MLIR Pass Timing output configurable through injection
This makes it possible for the client to control where the pass timings will
be printed.
Differential Revision: https://reviews.llvm.org/D78891
More information about the All-commits
mailing list