This is an archive of the discontinued LLVM Phabricator instance.

Reorder MLIRContext location in BuiltinAttributes.h
ClosedPublic

Authored by tpopp on Feb 5 2021, 2:00 AM.

Details

Summary

Now the context is the first, rather than the last input.

This better matches the rest of the infrastructure and makes
it easier to move these types to being declaratively specified.

Diff Detail

Event Timeline

tpopp created this revision.Feb 5 2021, 2:00 AM
tpopp requested review of this revision.Feb 5 2021, 2:00 AM
tpopp updated this revision to Diff 321707.Feb 5 2021, 4:15 AM

Update flang usages

rriddle accepted this revision.Feb 5 2021, 1:22 PM

Awesome!! This is really appreciated!

This revision is now accepted and ready to land.Feb 5 2021, 1:22 PM
silvas added a comment.Feb 5 2021, 1:58 PM

Thanks Tres!!!

This revision was landed with ongoing or failed builds.Feb 8 2021, 12:28 AM
This revision was automatically updated to reflect the committed changes.