llvm-project/mlir/test
Sean Silva 7c62c6313b [mlir] Add DecomposeCallGraphTypes pass.
This replaces the old type decomposition logic that was previously mixed
into bufferization, and makes it easily accessible.

This also deletes TestFinalizingBufferize, because after we remove the type
decomposition, it doesn't do anything that is not already provided by
func-bufferize.

Differential Revision: https://reviews.llvm.org/D90899
2020-11-16 12:25:35 -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] Require std.alloc() ops to have canonical layout during LLVM lowering. 2020-11-16 17:29:36 +01:00
Dialect [MLIR][OpenMP] Add omp.wsloop operation 2020-11-16 15:24:57 +00:00
EDSC [mlir][Linalg] Add support for tileAndDistribute on tensors. 2020-11-16 11:12:50 +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][Asm] Add support for resolving operation locations after parsing has finished 2020-11-12 23:34:36 -08: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 [MLIR] Allow setting "CodeView" flag in LLVMIR translation on MSVC. 2020-11-13 17:31:18 +01:00
Transforms [mlir] Add DecomposeCallGraphTypes pass. 2020-11-16 12:25:35 -08:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Add DecomposeCallGraphTypes pass. 2020-11-16 12:25:35 -08:00
mlir-cpu-runner [mlir] Transform scf.parallel to scf.for + async.execute 2020-11-13 04:02:56 -08: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 Fix MLIR lit test configuration after cmake Python detection change 2020-11-13 04:44:45 +00:00