Add missing CFI directives when probing in prologue if stack-clash-protection is enabled.
Details
Details
- Reviewers
jsji nemanjai sfertile steven.zhang - Group Reviewers
Restricted Project - Commits
- rGd4e7d126b0c1: [PowerPC] Generate CFI directives when probing in prologue
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/lib/Target/PowerPC/PPCFrameLowering.cpp | ||
---|---|---|
1375 | Can we add comments here about excluding AIX. | |
1451 | We should merge this two CFIs into one. | |
llvm/test/CodeGen/PowerPC/stack-clash-prologue.ll | ||
59 | These CFIs are not generated in this patch, it would be better if we can pre-commit the testcase changed due to removing of nounwind attr first, so that we can see the real changes. |
Can we add comments here about excluding AIX.