llvm-project/mlir/lib
Alex Zinenko d6be277347 [mlir] turn complex-to-llvm into a partial conversion
It is no longer necessary to also convert other "standard" ops along with the
complex dialect: the element types are now built-in integers or floating point
types, and the top-level cast between complex and struct is automatically
inserted and removed in progressive lowering.

Reviewed By: herhut

Differential Revision: https://reviews.llvm.org/D95625
2021-01-28 19:14:01 +01:00
..
Analysis [mlir][Affine] Add support for multi-store producer fusion 2021-01-25 20:31:17 +02:00
Bindings [mlir] Add Python bindings for IntegerSet 2021-01-26 17:32:51 +01:00
CAPI [mlir] Add C API for IntegerSet 2021-01-25 20:16:22 +01:00
Conversion [mlir] turn complex-to-llvm into a partial conversion 2021-01-28 19:14:01 +01:00
Dialect [mlir] turn complex-to-llvm into a partial conversion 2021-01-28 19:14:01 +01:00
EDSC [mlir][linalg] Add vectorization for element-wise linalg ops 2020-12-03 15:31:13 -08:00
ExecutionEngine [mlir] Fix integration tests 2021-01-28 16:54:50 +00:00
IR [mlir] Fix subview verifier. 2021-01-28 13:55:39 +00:00
Interfaces [mlir] Extend semantic of OffsetSizeAndStrideOpInterface. 2021-01-27 09:02:35 +00:00
Parser [mlir] Add better support for f80 and f128 2021-01-15 10:29:48 -05:00
Pass [mlir][PassManager] Only reinitialize the pass manager if the context registry changes 2021-01-27 17:41:51 -08:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite Fix a few GCC compiler warnings (NFC) 2021-01-19 06:00:04 +00:00
Support [mlir] Add option to read reproducer options from file 2020-12-30 10:46:01 -08:00
TableGen [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef 2021-01-11 12:06:22 -08:00
Target [mlir] sret and byval now require a type argument when constructed. 2021-01-26 10:47:19 -08:00
Transforms [mlir][Affine] Add support for multi-store producer fusion 2021-01-25 20:31:17 +02:00
Translation [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00