This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Provide accessor for TableGen record for constraints
ClosedPublic

Authored by math-fehr on Oct 13 2021, 8:09 AM.

Details

Summary

Besides accessing the record, there is currently no way to access all possible
constraint informations, such as the base constraint of a variadic constraint
for example.

Diff Detail

Event Timeline

math-fehr created this revision.Oct 13 2021, 8:09 AM
math-fehr requested review of this revision.Oct 13 2021, 8:09 AM
rriddle accepted this revision.Oct 13 2021, 5:27 PM
This revision is now accepted and ready to land.Oct 13 2021, 5:27 PM

Thanks, would it be possible to land it for me?

This revision was automatically updated to reflect the committed changes.