This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][PPCLoopInstrFormPrep] refactor rewriteLoadStores for reusing; NFC
ClosedPublic

Authored by shchenz on Sep 23 2021, 1:45 AM.

Details

Reviewers
jsji
Group Reviewers
Restricted Project
Commits
rG1bf05fbc987d: [PowerPC] refactor rewriteLoadStores for reusing; nfc
Summary

This is split from https://reviews.llvm.org/D108750

Refactor rewriteLoadStores so that we can reuse the outlined functions.

Diff Detail

Event Timeline

shchenz created this revision.Sep 23 2021, 1:45 AM
shchenz requested review of this revision.Sep 23 2021, 1:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2021, 1:45 AM
shchenz retitled this revision from [PowerPC][PPCLoopInstrFormPrep] refactor rewriteLoadStores for reusing to [PowerPC][PPCLoopInstrFormPrep] refactor rewriteLoadStores for reusing; NFC.Sep 23 2021, 1:45 AM
jsji accepted this revision as: jsji.Sep 30 2021, 7:20 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 30 2021, 7:20 AM
This revision was landed with ongoing or failed builds.Oct 7 2021, 5:59 AM
This revision was automatically updated to reflect the committed changes.