llvm-project
66a357f2 - [mlir] Unique property constraints where possible (#140849)

Commit
249 days ago
[mlir] Unique property constraints where possible (#140849) Now that `Property` is a `PropConstraint`, hook it up to the same constraint-uniquing machinery that other types of constraints use. This will primarily save on code size for types, like enums, that have inherent constraints which are shared across many operations.
Author
Parents
Loading