This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Replace deprecated 'getAttrs'
ClosedPublic

Authored by marbre on Feb 26 2021, 5:37 AM.

Details

Summary

'getAttrs' has been explicitly marked deprecated. This patch refactors
to use Operation::getAttrs().

Diff Detail

Event Timeline

marbre created this revision.Feb 26 2021, 5:37 AM
marbre requested review of this revision.Feb 26 2021, 5:37 AM
csigg accepted this revision.Feb 26 2021, 5:51 AM

Thanks a lot Marius. You don't need to make these changes by hand though -- I have a clang tool.

This revision is now accepted and ready to land.Feb 26 2021, 5:51 AM
This revision was landed with ongoing or failed builds.Feb 26 2021, 5:53 AM
This revision was automatically updated to reflect the committed changes.

Thanks a lot Marius. You don't need to make these changes by hand though -- I have a clang tool.

Good to know! :)