[all-commits] [llvm/llvm-project] dbd1bb: [mlir][linalg][bufferize] Support arith.index_cast...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jan 27 02:50:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbd1bbced9896d5caece9ee60a7953d2c80d939c
https://github.com/llvm/llvm-project/commit/dbd1bbced9896d5caece9ee60a7953d2c80d939c
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ArithInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/comprehensive-function-bufferize.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Support arith.index_cast bufferization
This is in preparation of switching `-tensor-constant-bufferize` and `-arith-bufferize` to BufferizableOpInterface-based implementations.
Differential Revision: https://reviews.llvm.org/D118324
More information about the All-commits
mailing list