This is split from https://reviews.llvm.org/D108750
Refactor rewriteLoadStores so that we can reuse the outlined functions.
Paths
| Differential D110314
[PowerPC][PPCLoopInstrFormPrep] refactor rewriteLoadStores for reusing; NFC ClosedPublic Authored by shchenz on Sep 23 2021, 1:45 AM.
Details
Summary This is split from https://reviews.llvm.org/D108750 Refactor rewriteLoadStores so that we can reuse the outlined functions.
Diff Detail
Event TimelineHerald added subscribers: kbarton, hiraditya, nemanjai. · 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 shchenz added a child revision: D108750: [PowerPC] common chains to reuse offsets to reduce register pressure.Sep 23 2021, 1:48 AM 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 Closed by commit rG1bf05fbc987d: [PowerPC] refactor rewriteLoadStores for reusing; nfc (authored by shchenz). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377817 llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
|