zeyi2 wrote: I put together a quick comparison to help reviewers evaluate whether the approach taken in this PR is appropriate.
Before (frame pointers are unsupported): <img width="406" height="350" alt="image" src="https://github.com/user-attachments/assets/7b4a1319-9ac5-4e7e-92f2-570416a40033" /> After (new code path used only when a frame pointer is required): <img width="444" height="456" alt="image" src="https://github.com/user-attachments/assets/11e35764-8247-4ac1-b35c-0d3bebdafb9b" /> Handlers that do not require a frame pointer continue to use the existing path shown in the first diagram. https://github.com/llvm/llvm-project/pull/221318 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
