llvm-project/mlir/lib
Matthias Springer ebf8d74e92 [mlir][linalg][bufferize] Fix bufferize bug where non-tensor ops are not skipped
`BufferizableOpInterface::bufferize` will only be called on ops that
have tensor operands and/or results.

Differential Revision: https://reviews.llvm.org/D113962
2021-11-18 16:20:22 +09:00
..
Analysis [MLIR] FlatAffineConstraints: Allow extraction of explicit representation of local variables 2021-11-16 14:51:06 +05:30
Bindings/Python [mlir] Replace usages of Identifier with StringAttr 2021-11-11 02:02:24 +00:00
CAPI [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Conversion [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Dialect [mlir][linalg][bufferize] Fix bufferize bug where non-tensor ops are not skipped 2021-11-18 16:20:22 +09:00
ExecutionEngine [mlir][sparse] refine lexicographic insertion to any tensor 2021-11-17 18:08:42 -08:00
IR [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Interfaces [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
Parser [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Pass [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
Reducer [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00
Rewrite [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
Support [mlir] MicroOptimize a few hot StorageUniquer code paths 2021-11-11 02:02:24 +00:00
TableGen [mlir][ods] Cleanup of Class Codegen helper 2021-11-12 21:22:01 +00:00
Target [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Tools [mlir][lsp] Use ResultGroupDefinition struct 2021-11-17 00:40:57 +00:00
Transforms [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Translation [mlir] run the verifier before translating a module 2021-07-28 18:15:58 +02:00
CMakeLists.txt Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00