This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SILoadStoreOptimizer: tweak API of CombineInfo::setMI. NFC.
ClosedPublic

Authored by foad on Jan 27 2022, 7:08 AM.

Details

Summary

Change CombineInfo::setMI to take a reference to the
SILoadStoreOptimizer instance, for easy access to common fields like
TII and STM.

Diff Detail

Event Timeline

foad created this revision.Jan 27 2022, 7:08 AM
foad requested review of this revision.Jan 27 2022, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2022, 7:08 AM
foad accepted this revision.Jan 27 2022, 7:08 AM

Self-approving as obvious, if the child patches are approved.

This revision is now accepted and ready to land.Jan 27 2022, 7:09 AM
This revision was landed with ongoing or failed builds.Jan 27 2022, 10:23 AM
This revision was automatically updated to reflect the committed changes.