llvm-project/mlir/lib
Tres Popp 8178e41dc1 [mlir] Type erase inputs to select statements in shape.broadcast lowering.
This is required or broadcasting with operands of different ranks will lead to
failures as the select op requires both possible outputs and its output type to
be the same.

Differential Revision: https://reviews.llvm.org/D89134
2020-10-11 21:58:06 +02:00
..
Analysis Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
Bindings [mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses to python bindings. 2020-10-03 00:32:51 +08:00
CAPI [mlir][CAPI] Remove the exclusion of the MLIR C-API from libMLIR.so. 2020-10-08 18:22:19 -07:00
Conversion [mlir] Type erase inputs to select statements in shape.broadcast lowering. 2020-10-11 21:58:06 +02:00
Dialect [mlir] add scf.if op canonicalization pattern that removes unused results 2020-10-11 10:40:28 +02:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine Import llvm::StringSwitch into mlir namespace. 2020-10-08 11:39:24 +02:00
IR [mlir] Fix bug in computing operation order 2020-10-09 12:18:52 +01:00
Interfaces Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
Parser Import llvm::StringSwitch into mlir namespace. 2020-10-08 11:39:24 +02: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 [mlir] Improve LLVM shlib support 2020-10-09 07:17:56 +02:00
TableGen Revert "Give attributes C++ namespaces." 2020-10-09 19:41:41 +00:00
Target [MLIR][LLVM] Fixed `topologicalSort()` to iterative version 2020-10-02 13:48:27 +03:00
Transforms [mlir][scf] Fix a bug in scf::ForOp loop unroll with an epilogue 2020-10-10 14:18:25 +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