llvm-project/mlir/lib
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 Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
Bindings Adds MLIR C-API for marshaling Python capsules. 2020-09-29 10:48:53 -07:00
CAPI Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
Conversion [mlir] Fix call op conversion in bare-ptr calling convention 2020-10-02 08:48:21 -07:00
Dialect [MLIR] Better message for FuncOp type mismatch 2020-10-02 09:31:44 -07:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
IR [mlir][NFC] Promote memory space to BaseMemRefType 2020-09-24 13:54:06 -07:00
Interfaces Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
Parser Store an Identifier instead of a StringRef for the OperationName inside an AbstractOperation (NFC) 2020-09-02 19:10:56 +00:00
Pass Add a dump() method on the pass manager for debugging purpose (NFC) 2020-09-23 05:53:41 +00:00
Reducer Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
Support Add more explicit error message when creating a type or attribute for an unregistered dialect (NFC) 2020-09-08 16:59:26 +00:00
TableGen Common code preparation for tblgen-types patch 2020-09-26 02:47:48 +00:00
Target [MLIR][LLVM] Fixed `topologicalSort()` to iterative version 2020-10-02 13:48:27 +03:00
Transforms [MLIR] Updates around MemRef Normalization 2020-10-01 21:11:41 -07:00
Translation Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00