[all-commits] [llvm/llvm-project] 5ccb9d: [mlir] Support passing ostream as argument for the...
Okwan Kwon via All-commits
all-commits at lists.llvm.org
Thu Jun 9 16:36:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ccb9df3ba3b246fd38990bc97aca47844cf3aa4
https://github.com/llvm/llvm-project/commit/5ccb9df3ba3b246fd38990bc97aca47844cf3aa4
Author: Okwan Kwon <okwan at google.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M mlir/include/mlir/Transforms/Passes.h
M mlir/lib/Transforms/OpStats.cpp
Log Message:
-----------
[mlir] Support passing ostream as argument for the create function.
The constructor already supports passing an ostream as argument,
so let's make the create function support it too.
Differential Revision: https://reviews.llvm.org/D127449
More information about the All-commits
mailing list