llvm-project/llvm/test/DebugInfo/XCOFF
Chen Zheng eb7d16ea25 [PowerPC] make expensive mflr be away from its user in the function prologue
mflr is kind of expensive on Power version smaller than 10, so we should
schedule the store for the mflr's def away from mflr.

In epilogue, the expensive mtlr has no user for its def, so it doesn't
matter that the load and the mtlr are back-to-back.

Reviewed By: RolandF

Differential Revision: https://reviews.llvm.org/D137423
2022-11-14 21:14:20 -05:00
..
dbx-inlinedstrings.ll [test][DebugInfo] Convert some test cases to opaque pointers. NFC 2022-10-12 12:49:17 +02:00
empty.ll [test][DebugInfo] Convert some test cases to opaque pointers. NFC 2022-10-12 12:49:17 +02:00
explicit-section.ll [PowerPC] make expensive mflr be away from its user in the function prologue 2022-11-14 21:14:20 -05:00
function-sections.ll
lit.local.cfg