[PATCH] D146071: [AIX] unset bit "IsBackChainStored" of traceback table for leaf functions with no stack frame
Stephen Peckham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 13:11:40 PDT 2023
stephenpeckham added a comment.
Are there still tests where IsBackChainStored is true?
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:2136
// Always store back chain.
+ SecondHalfOfMandatoryField |= MF->getFrameInfo().getStackSize()
----------------
Comment no longer applies
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146071/new/
https://reviews.llvm.org/D146071
More information about the llvm-commits
mailing list