A test verifying that toc restores are properly inserted following recursive calls, as well as briefly describing why they are needed.
Prompted by the discussion in https://reviews.llvm.org/D46204 related to older builds of libstdc++.
Differential D52564
[PPC64] Add test for toc-restore on recursive call. sfertile on Sep 26 2018, 11:10 AM. Authored by
Details
A test verifying that toc restores are properly inserted following recursive calls, as well as briefly describing why they are needed. Prompted by the discussion in https://reviews.llvm.org/D46204 related to older builds of libstdc++.
Diff Detail
Event Timeline
Comment Actions LG (but please wait for the code owner). Just a random grumble not related to this test:
We should really fix the address display in disassembler (it requires passing addresses in MC disassembler if I remember correctly)... (it makes llvm-objdump awkward to use while objdump provides a better display)
|
Are these extra operations (addi, mulld, ...) needed to make the test feel more authentic?