This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix AttributeInterface declaration.
ClosedPublic

Authored by ulysseB on Oct 26 2020, 2:29 AM.

Details

Summary

Substitues Type by Attribute in the declaration of AttributeInterface. It
looks like the code was written by copy-pasting the definition of TypeInterface,
but the substitution of Type by Attribute was missing at some places.

Diff Detail

Event Timeline

ulysseB created this revision.Oct 26 2020, 2:29 AM
ulysseB requested review of this revision.Oct 26 2020, 2:29 AM
ftynse accepted this revision.Oct 26 2020, 3:20 AM
This revision is now accepted and ready to land.Oct 26 2020, 3:20 AM
rriddle accepted this revision.Oct 26 2020, 2:05 PM

Ooops, thanks for fixing!

This revision was automatically updated to reflect the committed changes.