llvm-capstone/mlir/lib
Vincent Zhao 28a7dfa33d [MLIR] Fixed missing constraint append when adding an AffineIfOp domain
The prior diff that introduced `addAffineIfOpDomain` missed appending
constraints from the ifOp domain. This revision fixes this problem.

Differential Revision: https://reviews.llvm.org/D86421
2020-08-28 00:34:23 +05:30
..
Analysis [MLIR] Fixed missing constraint append when adding an AffineIfOp domain 2020-08-28 00:34:23 +05:30
Bindings [mlir] Add Index Type, Floating Point Type and None Type subclasses to python bindings. 2020-08-24 18:54:54 +00:00
CAPI [mlir] expose standard attributes to C API 2020-08-19 18:50:19 +02:00
Conversion [OpenMP][MLIR] Conversion pattern for OpenMP to LLVM 2020-08-27 19:32:15 +01:00
Dialect [MLIR][SPIRV] Added optional name to SPIR-V module 2020-08-27 07:32:31 +03:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine Preserve the error message when MemoryBuffer creation fails 2020-08-21 18:03:25 +00:00
Interfaces [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
IR [mlir][PDL] Add a PDL Interpreter Dialect 2020-08-26 05:22:27 -07:00
Parser [mlir][PDL] Add a PDL Interpreter Dialect 2020-08-26 05:22:27 -07:00
Pass Remove the run method from OpPassManager and Pass and migrate it to OpToOpPassAdaptor 2020-08-27 04:57:29 +00:00
Reducer Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
Support Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
TableGen Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
Target Add a dialect_registration callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
Transforms [MLIR] MemRef Normalization for Dialects 2020-08-27 20:26:59 +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