[PATCH] D71862: [WinEH] Delete addFnAttr("no-frame-pointer-elim") which seems no longer needed
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 24 17:24:27 PST 2019
pengfei added a comment.
In D71862#1795767 <https://reviews.llvm.org/D71862#1795767>, @rnk wrote:
> In D71862#1795766 <https://reviews.llvm.org/D71862#1795766>, @pengfei wrote:
>
> > In D71862#1795756 <https://reviews.llvm.org/D71862#1795756>, @rnk wrote:
> >
> > > lgtm
> >
> >
> > Does funclet not need rbp to access parent local variables now?
>
>
> No, it does need to go via ebp/rbp, but this attribute appears to no longer be required to achieve that.
Got it, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71862/new/
https://reviews.llvm.org/D71862
More information about the llvm-commits
mailing list