llvm-project/mlir/lib
avarmapml 6d4f7801b1 [MLIR] Support for ReturnOps in memref map layout normalization
-- This commit handles the returnOp in memref map layout normalization.
-- An initial filter is applied on FuncOps which helps us know which functions can be
   a suitable candidate for memref normalization which doesn't lead to invalid IR.
-- Handles memref map normalization for external function assuming the external function
   is normalizable.

Differential Revision: https://reviews.llvm.org/D85226
2020-08-13 19:10:47 +05:30
..
Analysis [MLIR] Consider AffineIfOp when getting the index set of an Op wrapped in nested loops 2020-08-09 03:16:03 +05:30
Bindings Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00
CAPI [mlir] Expose printing functions in C API 2020-08-12 13:07:34 +02:00
Conversion [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal 2020-08-12 19:33:58 -07:00
Dialect [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal 2020-08-12 19:33:58 -07:00
EDSC [mlir] Remove EDSC BlockBuilder, BlockHandle and related functionality 2020-06-19 09:37:44 +02:00
ExecutionEngine [mlir] take LLVMContext in MLIR-to-LLVM-IR translation 2020-08-07 14:22:30 +02:00
IR [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal 2020-08-12 19:33:58 -07:00
Interfaces [mlir][Vector] NFC - Improve VectorInterfaces 2020-07-20 08:24:22 -04:00
Parser [mlir] First-party modeling of LLVM types 2020-08-03 15:45:29 +02:00
Pass [MLIR] Add OpPrintingFlags to IRPrinterConfig. 2020-07-16 08:05:33 -07:00
Reducer Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
Support Revert "[mlir] Add a utility class, ThreadLocalCache, for storing non static thread local objects." 2020-08-08 05:31:25 +00:00
TableGen [MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files 2020-08-12 14:41:18 -07:00
Target [MLIR,OpenMP] Lowering of parallel operation: proc_bind clause 2/n 2020-08-12 08:03:13 +01:00
Transforms [MLIR] Support for ReturnOps in memref map layout normalization 2020-08-13 19:10:47 +05:30
Translation [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00