[PATCH] D61966: [PowerPC][NFC] Add a tests for Reordering CSR reloads in epilogue to follow the same order as CSR saves in the prologue
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 15:00:39 PDT 2019
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
Please name the test case `csr-save-restore-order.ll` rather than using the word `reverse` since the reversal is something you do once and the test case shows the order of saves/restores.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61966/new/
https://reviews.llvm.org/D61966
More information about the llvm-commits
mailing list