[all-commits] [llvm/llvm-project] fa200d: [mlir] Use PatternRewriter infrastructure for shap...
Tres via All-commits
all-commits at lists.llvm.org
Fri Oct 9 07:01:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa200dc3592e1947f55bf68f2cb2a796ee0bf7f0
https://github.com/llvm/llvm-project/commit/fa200dc3592e1947f55bf68f2cb2a796ee0bf7f0
Author: Tres Popp <tpopp at google.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M mlir/lib/Dialect/Shape/Transforms/ShapeTypeConversion.cpp
Log Message:
-----------
[mlir] Use PatternRewriter infrastructure for shape.assuming bufferization
Without this, legalization might not recursively handle child ops properly.
Additionally, this is required for pattern rewriting to properly rollback conversions.
Differential Revision: https://reviews.llvm.org/D89122
More information about the All-commits
mailing list