[all-commits] [llvm/llvm-project] 6fb3d5: [mlir] Remove 'valuesToRemoveIfDead' from PatternR...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Mon Jan 27 14:00:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fb3d59746c710c60c2e69e18379a0d55e3ae635
https://github.com/llvm/llvm-project/commit/6fb3d59746c710c60c2e69e18379a0d55e3ae635
Author: Diego Caballero <diego.caballero at intel.com>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M mlir/examples/toy/Ch3/mlir/ToyCombine.cpp
M mlir/examples/toy/Ch4/mlir/ToyCombine.cpp
M mlir/examples/toy/Ch5/mlir/ToyCombine.cpp
M mlir/examples/toy/Ch6/mlir/ToyCombine.cpp
M mlir/examples/toy/Ch7/mlir/ToyCombine.cpp
M mlir/include/mlir/IR/PatternMatch.h
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Dialect/QuantOps/Transforms/ConvertConst.cpp
M mlir/lib/Dialect/StandardOps/Ops.cpp
M mlir/lib/IR/PatternMatch.cpp
M mlir/lib/Transforms/DialectConversion.cpp
Log Message:
-----------
[mlir] Remove 'valuesToRemoveIfDead' from PatternRewriter API
Summary:
Remove 'valuesToRemoveIfDead' from PatternRewriter API. The removal
functionality wasn't implemented and we decided [1] not to implement it in
favor of having more powerful DCE approaches.
[1] https://github.com/tensorflow/mlir/pull/212
Reviewers: rriddle, bondhugula
Reviewed By: rriddle
Subscribers: liufengdb, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72545
More information about the All-commits
mailing list