This is an archive of the discontinued LLVM Phabricator instance.

[mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list
ClosedPublic

Authored by rriddle on Dec 16 2020, 5:07 PM.

Details

Summary

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

Diff Detail

Event Timeline

rriddle created this revision.Dec 16 2020, 5:07 PM
rriddle requested review of this revision.Dec 16 2020, 5:07 PM
jpienaar accepted this revision.Dec 16 2020, 5:33 PM
This revision is now accepted and ready to land.Dec 16 2020, 5:33 PM
mehdi_amini accepted this revision.Dec 16 2020, 5:59 PM

Nice cleanup!

This revision was landed with ongoing or failed builds.Dec 17 2020, 1:07 PM
This revision was automatically updated to reflect the committed changes.