[all-commits] [llvm/llvm-project] 3813f2: [mlir][shape] Add a pattern to rewrite `shape.redu...
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Mon Jun 15 08:55:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3813f24e971bb406efa6436c48fdeb8e24a2654b
https://github.com/llvm/llvm-project/commit/3813f24e971bb406efa6436c48fdeb8e24a2654b
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
A mlir/include/mlir/Conversion/ShapeToSCF/ShapeToSCF.h
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Conversion/CMakeLists.txt
A mlir/lib/Conversion/ShapeToSCF/CMakeLists.txt
A mlir/lib/Conversion/ShapeToSCF/ShapeToSCF.cpp
A mlir/test/Conversion/ShapeToSCF/shape-to-scf.mlir
Log Message:
-----------
[mlir][shape] Add a pattern to rewrite `shape.reduce` as `scf.for`.
Differential Revision: https://reviews.llvm.org/D81694
More information about the All-commits
mailing list