[PATCH] D61966: [PowerPC][NFC] Add a tests for Reordering CSR reloads in epilogue to follow the same order as CSR saves in the prologue

Yi-Hong Lyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 15:11:12 PDT 2019


Yi-Hong.Lyu created this revision.
Yi-Hong.Lyu added reviewers: power-llvm-team, hfinkel, echristo, nemanjai.
Herald added subscribers: llvm-commits, jsji.
Herald added a project: LLVM.

This is the tests for  the patch "Reorder CSR reloads in epilogue fo follow the same order as CSR saves in the prologue as consecutive loads/stores in increasing order perform better on some PPC CPUs". I would submit the external review for the patch later


https://reviews.llvm.org/D61966

Files:
  llvm/test/CodeGen/PowerPC/reverse-callee-saved-register-reloads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61966.199689.patch
Type: text/x-patch
Size: 10059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/4d4e8574/attachment.bin>


More information about the llvm-commits mailing list