llvm-project/mlir/test
Stephen Neuendorffer 34d12c15f7 [MLIR] Better message for FuncOp type mismatch
Previously the actual types were not shown, which makes the message
difficult to grok in the context of long lowering chains.  Also, it
appears that there were no actual tests for this.

Differential Revision: https://reviews.llvm.org/D88318
2020-10-02 09:31:44 -07:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python Adds MLIR C-API for marshaling Python capsules. 2020-09-29 10:48:53 -07:00
CAPI [mlir] Expose Dialect class and registration/loading to C API 2020-09-29 16:30:08 +02:00
Conversion [mlir] Fix call op conversion in bare-ptr calling convention 2020-10-02 08:48:21 -07:00
Dialect [mlir][Linalg] Add pattern to tile and fuse Linalg operations on buffers. 2020-09-30 14:56:58 -07:00
EDSC Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
Examples [lit] Improve naming of test result categories 2020-06-05 08:14:42 -07:00
IR [MLIR] Better message for FuncOp type mismatch 2020-10-02 09:31:44 -07:00
Pass Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Target [MLIR] Avoid adding debuginfo for a function if it contains calls that has no debug info. 2020-09-29 13:51:56 -07:00
Transforms [mlir] Add canonicalization for the `subtensor` op 2020-10-02 06:05:52 -04:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Add a subtensor operation 2020-10-02 05:35:30 -04:00
mlir-cpu-runner Fix TODO in the mlir-cpu-runner/bare_ptr_call_conv.mlir test: call ops in bare-ptr calling convention is supported now (NFC) 2020-09-29 20:21:07 +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] Evolve named ops to use assembly form and support linalg on tensors. 2020-09-18 06:14:30 -04:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [mlir] NFC: fix trivial typo under test and tools 2020-08-27 15:37:42 +09:00
mlir-rocm-runner [AMDGPU] Fix ROCm unit test memref initialization 2020-09-17 09:48:05 -07:00
mlir-tblgen [mlir][OpFormatGen] Update "custom" directives for attributes. 2020-09-23 18:33:39 +00:00
mlir-vulkan-runner [spirv][nfc] Simplify resource limit with default values 2020-09-03 13:29:26 -04: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 [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.cfg.py [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.site.cfg.py.in Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00