This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Migrate rest of the dialects to the new fold API
ClosedPublic

Authored by zero9178 on Jan 11 2023, 11:26 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

This is the last required patch in my series of patches migrating in-tree uses of the old fold API. Previous patches have been per dialect (sorry for the review "spam", hope it wasn't too bad), while this one contains remaining dialects that have only one or two fold implementations or are otherwise trivial.

Diff Detail

Event Timeline

zero9178 created this revision.Jan 11 2023, 11:26 AM
zero9178 requested review of this revision.Jan 11 2023, 11:26 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini accepted this revision.Jan 11 2023, 11:34 AM
This revision is now accepted and ready to land.Jan 11 2023, 11:34 AM

Thought I editted the commit message, but seemingly forgot 🙃
Landed in https://reviews.llvm.org/rG7df761217cd7d0026ffff23c4bdac846bb60f185

zero9178 closed this revision.Jan 11 2023, 12:50 PM