This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Index][NFC] Migrate index dialect to the new fold API
ClosedPublic

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

Similar to the patch for the arith dialect, the index dialects fold implementations make heavy use of generic fold functions, hence the change being comparatively mechanical and mostly changing the function signature.

Diff Detail

Event Timeline

zero9178 created this revision.Jan 11 2023, 7:34 AM
zero9178 requested review of this revision.Jan 11 2023, 7:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 11 2023, 7:34 AM
mehdi_amini accepted this revision.Jan 11 2023, 11:35 AM
This revision is now accepted and ready to land.Jan 11 2023, 11:35 AM
Mogball accepted this revision.Jan 11 2023, 12:08 PM
This revision was landed with ongoing or failed builds.Jan 11 2023, 12:47 PM
This revision was automatically updated to reflect the committed changes.