[all-commits] [llvm/llvm-project] fe2bd5: [mlir] Add file to implement bufferization for sha...
Tres via All-commits
all-commits at lists.llvm.org
Tue Oct 6 02:36:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe2bd543f5e82bc14ef37dc5ec2228812098cf7a
https://github.com/llvm/llvm-project/commit/fe2bd543f5e82bc14ef37dc5ec2228812098cf7a
Author: Tres Popp <tpopp at google.com>
Date: 2020-10-06 (Tue, 06 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/Transforms/Passes.h
M mlir/include/mlir/Dialect/Shape/Transforms/Passes.td
M mlir/lib/Dialect/Shape/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Shape/Transforms/ShapeTypeConversion.cpp
A mlir/test/Dialect/Shape/shape-type-conversion.mlir
Log Message:
-----------
[mlir] Add file to implement bufferization for shape ops.
This adds a shape-bufferize pass and implements the pattern for
shape.assuming.
Differential Revision: https://reviews.llvm.org/D88083
More information about the All-commits
mailing list