llvm-project/mlir/lib
Sean Silva 9ed1e5873c [mlir][shape] Start a pass that lowers shape constraints.
This pass converts shape.cstr_* ops to eager (side-effecting)
error-handling code. After that conversion is done, the witnesses are
trivially satisfied and are replaced with `shape.const_witness true`.

Differential Revision: https://reviews.llvm.org/D87941
2020-09-24 12:25:30 -07:00
..
Analysis [MLIR] Turns swapId into a FlatAffineConstraints member func 2020-09-17 11:22:10 +01:00
Bindings Remove MLIR C-API explicit registration of standard ops. 2020-09-23 09:23:11 -07:00
CAPI NFC: Remove dangling dep on MLIRStandardOps. 2020-09-23 09:31:18 -07:00
Conversion [mlir][shape] Start a pass that lowers shape constraints. 2020-09-24 12:25:30 -07:00
Dialect [MLIR][SPIRV] Fixed dialect loading in deserialization 2020-09-24 16:56:14 +03:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine [mlir] Added support for f64 memref printing in runner utils 2020-09-23 12:38:58 +00:00
IR [MLIR][NFC] Adopt use of BlockRange in place of ArrayRef<Block *> 2020-09-23 09:21:54 -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 [MLIR][TableGen] Automatic detection and elimination of redundant methods 2020-09-17 16:04:37 -07:00
Target [mlir][ODS] Use c++ types for integer attributes of fixed width when possible. 2020-09-01 13:43:32 -07:00
Transforms [MLIR][Affine] Add parametric tile size support for affine.for tiling 2020-09-17 23:39:14 +05:30
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