diff options
author | Krzysztof Drewniak <krzysdrewniak@gmail.com> | 2025-05-30 12:02:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 12:02:07 -0500 |
commit | a236dc63bf467edeae07c96a9157cf57570fb5ba (patch) | |
tree | e81a6f5d5f03f7fe2f77f48cb472172c7637d199 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 07ce57ffcbc626f74adace6ae0bebf64a4326406 (diff) | |
download | llvm-a236dc63bf467edeae07c96a9157cf57570fb5ba.zip llvm-a236dc63bf467edeae07c96a9157cf57570fb5ba.tar.gz llvm-a236dc63bf467edeae07c96a9157cf57570fb5ba.tar.bz2 |
[mlir][NFC] Make Property a subclass of PropConstraint (#140848)
In preparation for allowing non-attribute properties in the declaritive
rewrite pattern system, make `Property` a subclass of `PropConstraint`
in tablegen and add a CK_Prop to the Constraint class for tablegen.
Like `TypeConstraint` but unlike other constraints, a `PropConstraint`
has an additional field - the C++ interface type of the property being
constraint (if it's known).
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions