[all-commits] [llvm/llvm-project] 5452fa: [MLIR] Added test operations to replace linalg dep...
dfki-albo via All-commits
all-commits at lists.llvm.org
Tue Nov 3 03:26:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5452fa6a599b197b75ad5d017c0498612fa600b4
https://github.com/llvm/llvm-project/commit/5452fa6a599b197b75ad5d017c0498612fa600b4
Author: Alexander Bosch <Alexander.Bosch at dfki.de>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M mlir/test/Transforms/buffer-deallocation.mlir
M mlir/test/Transforms/buffer-hoisting.mlir
M mlir/test/Transforms/buffer-loop-hoisting.mlir
M mlir/test/Transforms/finalizing-bufferize-allowed-memref-results.mlir
M mlir/test/Transforms/finalizing-bufferize.mlir
M mlir/test/Transforms/promote-buffers-to-stack.mlir
M mlir/test/lib/Dialect/Test/TestDialect.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/lib/Transforms/TestFinalizingBufferize.cpp
Log Message:
-----------
[MLIR] Added test operations to replace linalg dependency for
BufferizeTests.
Summary:
Added test operations to replace the LinalgDialect dependency in tests
which use the buffer-deallocation, buffer-hoisting,
buffer-loop-hoisting, promote-buffers-to-stack,
buffer-placement-preparation-allowed-memref-resutls and
buffer-placement-preparation pass. Adapted the corresponding tests cases
and TestBufferPlacement.cpp.
Differential Revision: https://reviews.llvm.org/D90037
More information about the All-commits
mailing list