llvm-project/mlir/lib
Ahmed Taei 813fa79c15 Don't drop in_bounds when vector-transfer-collapse-inner-most-dims
When operand is a subview we don't infer in_bounds and some default cases (e.g case in the tests) will crash with `operand is NULL` when converting to LLVM

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D112772
2021-10-29 09:07:57 -07:00
..
Analysis [mlir] Fix getVectorReductionOp 2021-10-26 08:42:34 -07:00
Bindings/Python [mlir][python] Add a __contains__ method to the python bindings for DictionaryAttr. 2021-10-29 15:19:16 +02:00
CAPI [mlir] support interfaces in Python bindings 2021-10-25 12:50:42 +02:00
Conversion [mlir][Linalg] NFC - Make more option names consistent. 2021-10-28 19:48:57 +00:00
Dialect Don't drop in_bounds when vector-transfer-collapse-inner-most-dims 2021-10-29 09:07:57 -07:00
ExecutionEngine [mlir][sparse] fix broken asan test 2021-10-28 20:53:58 -07:00
IR [mlir] Implement replacement of SymbolRefAttrs in Dialect attributes using SubElementAttr interface 2021-10-28 19:08:20 +02:00
Interfaces [mlir] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:57:20 +01:00
Parser [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
Pass Add a clear() method on the PassManager (NFC) 2021-10-25 04:39:00 +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 [SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr. 2021-08-29 21:54:47 -07:00
Support Free memory leak on duplicate interface registration 2021-10-02 16:41:28 +00:00
TableGen [mlir] Fix missing prefix for region accessor on OpAdaptor 2021-10-26 17:35:16 -07:00
Target [MLIR][LLVM] Add llvm.mlir.global_ctors/dtors and translation support 2021-10-28 18:09:34 +05:30
Tools [mlir-lsp-server] Only use one MLIRContext per MLIRTextFile 2021-08-04 20:09:07 +00:00
Transforms [Utils] Fix a warning in DialectConversion.cpp 2021-10-26 21:01:29 -07: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