llvm-project/mlir/unittests
Butygin 2a3878ea16 [mlir] DialectConversion: fix OperationLegalizer::isIllegal result when legality callback returns None
OperationLegalizer::isIllegal returns false if operation legality wasn't
registered by user and we expect same behaviour when dynamic legality
callback return None, but instead true was returned.

Differential Revision: https://reviews.llvm.org/D113267
2021-11-15 14:53:06 +03:00
..
Analysis Revert "[mlir] FlatAffineConstraint parsing for unit tests" 2021-11-15 07:22:38 +00:00
Dialect [mlir] Refactor ElementsAttr's value access API 2021-11-09 00:15:08 +00:00
ExecutionEngine [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
IR [mlir] Refactor ElementsAttr's value access API 2021-11-09 00:15:08 +00:00
Interfaces [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Pass Add a clear() method on the PassManager (NFC) 2021-10-25 04:39:00 +00:00
Rewrite Fix memory leaks in MLIR unit-tests (NFC) 2021-10-02 21:31:46 +00:00
Support [mlir] fix Debug unittests 2021-11-03 21:34:36 +00:00
TableGen Fix memory leaks in mlir/unittests/MLIRTableGenTests 2021-10-02 21:06:02 +00:00
Transforms [mlir] DialectConversion: fix OperationLegalizer::isIllegal result when legality callback returns None 2021-11-15 14:53:06 +03:00
CMakeLists.txt [mlir] Make ConversionTarget dynamic legality callbacks composable 2021-10-12 13:05:54 +03:00