llvm-project/mlir/test
Sean Silva f7bc568266 [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
2020-11-05 11:20:09 -08:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python [mlir][Python] Return and accept OpView for all functions. 2020-11-03 22:48:34 -08:00
CAPI [mlir] Restructure C API tests for IR 2020-11-05 10:12:46 +01:00
Conversion [mlir][spirv] Add VectorExtractDynamicOp and vector.extractelement lowering 2020-11-05 08:26:54 +01:00
Dialect [mlir][Linalg] Side effects interface for Linalg ops 2020-11-05 09:00:28 +00:00
EDSC Remove global dialect registration 2020-10-24 00:35:55 +00:00
Examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
IR [mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp with std to std lowering triggered by -std-expand-divs option. The new operations support positive/negative nominator/denominator numbers. 2020-11-04 14:16:23 -05:00
Pass Handle the verifier at run() time in the PassManager instead of build time 2020-11-03 11:17:14 +00:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target Revert "Use uint64_t for branch weights instead of uint32_t" 2020-10-31 00:25:32 -07:00
Transforms [mlir] Remove AppendToArgumentsList functionality from BufferizeTypeConverter. 2020-11-05 11:20:09 -08:00
Unit
lib [mlir] Remove AppendToArgumentsList functionality from BufferizeTypeConverter. 2020-11-05 11:20:09 -08:00
mlir-cpu-runner Switch from C-style comments `/* ... */` to C++ style `//` (NFC) 2020-11-04 18:11:13 +00:00
mlir-cuda-runner [MLIR] Adding gpu.host_register op and lower it to a runtime call. 2020-08-10 22:46:17 +02:00
mlir-linalg-ods-gen [mlir][Linalg] Side effects interface for Linalg ops 2020-11-05 09:00:28 +00:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [mlir, win] Mark several MLRI tests as unsupported on system-windows 2020-10-09 16:27:50 -07:00
mlir-rocm-runner [AMDGPU] Fix ROCm unit test memref initialization 2020-09-17 09:48:05 -07:00
mlir-spirv-cpu-runner [mlir][gpu] NFC: Change gpu.launch_func ops to custom format. 2020-10-29 21:21:30 +01:00
mlir-tblgen [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
mlir-vulkan-runner [mlir][gpu] NFC: switch occurrences of gpu.launch_func to custom format. 2020-10-22 17:27:19 +02:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt Add a basic C API for the MLIR PassManager as well as a basic TableGen backend for creating passes 2020-11-04 06:36:31 +00:00
lit.cfg.py Add a basic C API for the MLIR PassManager as well as a basic TableGen backend for creating passes 2020-11-04 06:36:31 +00:00
lit.site.cfg.py.in [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00