[all-commits] [llvm/llvm-project] 8cf14b: [mlir][Linalg] Retire hoistViewAllocOps.
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Feb 23 03:45:53 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cf14b8deca1a52d4788b34e854877e37d4f96e1
https://github.com/llvm/llvm-project/commit/8cf14b8deca1a52d4788b34e854877e37d4f96e1
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Hoisting.h
M mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/test/Dialect/Linalg/hoisting.mlir
M mlir/test/lib/Transforms/TestConvVectorization.cpp
M mlir/test/lib/Transforms/TestLinalgHoisting.cpp
Log Message:
-----------
[mlir][Linalg] Retire hoistViewAllocOps.
This transformation was only used for quick experimentation and is not general enough.
Retire it.
Differential Revision: https://reviews.llvm.org/D97266
More information about the All-commits
mailing list