llvm-capstone/mlir/unittests
Oleksandr "Alex" Zinenko b336ab42dc
[mlir] add a way to query non-property attributes (#76959)
This helps support generic manipulation of operations that don't (yet)
use properties to store inherent attributes.

Use this mechanism in type inference and operation equivalence.

Note that only minimal unit tests are introduced as all the upstream
dialects seem to have been updated to use properties and the
non-property behavior is essentially deprecated and untested.
2024-01-04 16:40:13 +01:00
..
Analysis [MLIR][Presburger] Implement PresburgerSpace::mergeAndAlignSymbols (#76397) 2024-01-01 23:40:57 +05:30
Bytecode [mlir] add a way to query non-property attributes (#76959) 2024-01-04 16:40:13 +01:00
Conversion
Debug
Dialect Revert "[mlir] Add res() method to linalg::ContractionOpInterface (#76539)" 2024-01-04 10:37:32 +01:00
ExecutionEngine
Interfaces [mlir] Expose type and attribute names in the MLIRContext and abstract type/attr classes (#72189) 2023-12-01 00:39:34 +01:00
IR [mlir] add a way to query non-property attributes (#76959) 2024-01-04 16:40:13 +01:00
Parser
Pass [mlir][Pass] Move PassExecutionAction to Pass.h, NFC. (#74850) 2023-12-08 11:22:08 -08:00
Rewrite
Support
TableGen
Target [mlir] Use the process (host) triple in MLIRTargetLLVMTests (#69538) 2023-10-18 18:48:24 -07:00
Transforms
CMakeLists.txt