[PATCH] D79978: Call Frame Information (CFI) Handling for Basic Block Sections
Sriraman Tallam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 11 19:32:21 PDT 2020
tmsriram added a comment.
Let me try a slightly different approach here. It is not clear to us what more is needed to land the patch. In the interests of resolving conflict :
1. I will also explicitly test assembly too for callee saved registers with bb sections when they are being pushed and popped.
2. Tracking the CFA with and without the frame pointer is explicitly tested, fine?
3. I will fix all the minor nits mentioned.
Is there anything else? Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79978/new/
https://reviews.llvm.org/D79978
More information about the llvm-commits
mailing list