diff options
author | Sean Silva <silvasean@google.com> | 2020-11-04 10:57:29 -0800 |
---|---|---|
committer | Sean Silva <silvasean@google.com> | 2020-11-05 11:20:09 -0800 |
commit | f7bc56826616814a656866fd50e90a35a8e461eb (patch) | |
tree | 6474a0b8df2496264e8ec8280a354670d9243ed4 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | f347d78cca9a6b218e98d562b0e066488279602e (diff) | |
download | llvm-f7bc56826616814a656866fd50e90a35a8e461eb.zip llvm-f7bc56826616814a656866fd50e90a35a8e461eb.tar.gz llvm-f7bc56826616814a656866fd50e90a35a8e461eb.tar.bz2 |
[mlir] Remove AppendToArgumentsList functionality from BufferizeTypeConverter.
This functionality is superceded by BufferResultsToOutParams pass (see
https://reviews.llvm.org/D90071) for users the require buffers to be
out-params. That pass should be run immediately after all tensors are gone from
the program (before buffer optimizations and deallocation insertion), such as
immediately after a "finalizing" bufferize pass.
The -test-finalizing-bufferize pass now defaults to what used to be the
`allowMemrefFunctionResults=true` flag. and the
finalizing-bufferize-allowed-memref-results.mlir file is moved
to test/Transforms/finalizing-bufferize.mlir.
Differential Revision: https://reviews.llvm.org/D90778
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions