This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Shape][NFC] Migrate shape dialect to the new fold API
ClosedPublic

Authored by zero9178 on Jan 11 2023, 7:33 AM.

Details

Summary

See https://discourse.llvm.org/t/psa-new-improved-fold-method-signature-has-landed-please-update-your-downstream-projects/67618 for context

Changes are mostly mechanical in nature. The code nevertheless became more expressive in a lot of places thanks to the use of the new getters!

Diff Detail

Event Timeline

zero9178 created this revision.Jan 11 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald Transcript
zero9178 requested review of this revision.Jan 11 2023, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 7:33 AM
This comment was removed by yaochengji.
jpienaar accepted this revision.Jan 11 2023, 7:41 PM

Thanks!

This revision is now accepted and ready to land.Jan 11 2023, 7:41 PM