llvm-project/mlir/test
Sean Silva faa66b1b2c [mlir] Bufferize tensor constant ops
We lower them to a std.global_memref (uniqued by constant value) + a
std.get_global_memref to produce the corresponding memref value.
This allows removing Linalg's somewhat hacky lowering of tensor
constants, now that std properly supports this.

Differential Revision: https://reviews.llvm.org/D91306
2020-11-12 14:56:10 -08:00
..
Analysis [mlir] Fix post-dominance between blocks of different regions. 2020-11-11 11:20:53 -08:00
Bindings/Python [mlir] Generate Op builders for Python bindings 2020-11-12 11:29:23 +01:00
CAPI [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply). 2020-11-08 16:57:51 -08:00
Conversion [MLIR][SPIRVToLLVM] Enhanced conversion for execution mode 2020-11-10 18:33:54 +03:00
Dialect [mlir] Bufferize tensor constant ops 2020-11-12 14:56:10 -08:00
EDSC Remove global dialect registration 2020-10-24 00:35:55 +00:00
Examples [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
IR [mlir] Use assemblyFormat in AllocLikeOp. 2020-11-11 10:27:20 +01:00
Pass Disable implicit nesting on parsing textual pass pipeline 2020-11-11 19:21:51 +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] Rework DialectConversion inlineRegionBefore 2020-11-11 10:42:33 +01:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Add plus, star and optional less/greater parsing 2020-11-12 13:28:31 +01:00
mlir-cpu-runner [mlir][std] Add ExpandOps pass. 2020-11-09 21:58:28 +01: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] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08: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] Add plus, star and optional less/greater parsing 2020-11-12 13:28:31 +01: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 basic Python bindings for the PassManager and bind libTransforms 2020-11-10 19:55:21 +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