This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Don't include the attribute self type in a `params` directive
ClosedPublic

Authored by rriddle on Nov 9 2022, 12:39 PM.

Details

Summary

The self type is handled separately from normal parameters, and
the use of the params directive currently breaks attributes that
want to use it (e.g. in a struct directive).

Diff Detail