This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Switch dialects with no fold methods to the new fold API
ClosedPublic

Authored by zero9178 on Jan 11 2023, 5:46 AM.

Details

Summary

These are the trivial cases which do not require any other code changes.
Changing the default might not have any semantic changes but at least guarantees that no new fold methods may be added to these dialects while migrating.

This commit is also revertible at the end of the migration.

Diff Detail

Event Timeline

zero9178 created this revision.Jan 11 2023, 5:46 AM
zero9178 requested review of this revision.Jan 11 2023, 5:46 AM
mehdi_amini accepted this revision.Jan 11 2023, 6:17 AM
This revision is now accepted and ready to land.Jan 11 2023, 6:17 AM