This is an archive of the discontinued LLVM Phabricator instance.

[coro][nfc] Use Load/Store instruction APIs
ClosedPublic

Authored by fdeazeve on Apr 17 2023, 2:18 PM.

Details

Summary

Instead of hard-coding operand indices, it is cleaner to use the APIs
provided by the Load/Store Inst classes.

Diff Detail

Event Timeline

fdeazeve created this revision.Apr 17 2023, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 2:18 PM
fdeazeve requested review of this revision.Apr 17 2023, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2023, 2:18 PM
aprantl accepted this revision.Apr 17 2023, 4:29 PM
This revision is now accepted and ready to land.Apr 17 2023, 4:29 PM
This revision was landed with ongoing or failed builds.Apr 18 2023, 6:07 AM
This revision was automatically updated to reflect the committed changes.