This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix TableGen generator for attribute interfaces.
ClosedPublic

Authored by ulysseB on Nov 24 2020, 4:43 AM.

Details

Summary

Use the correct interface base type name when generating attribute interfaces
with TabeGen.

Diff Detail

Event Timeline

ulysseB created this revision.Nov 24 2020, 4:43 AM
ulysseB requested review of this revision.Nov 24 2020, 4:43 AM
ftynse accepted this revision.Nov 24 2020, 4:54 AM
This revision is now accepted and ready to land.Nov 24 2020, 4:54 AM
This revision was automatically updated to reflect the committed changes.

Can you add a test for this in-tree please?