[PATCH] D63611: AMDGPU: Fix ignoring DisableFramePointerElim in leaf calls
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 09:50:23 PDT 2019
arsenm created this revision.
arsenm added a reviewer: rampitec.
Herald added subscribers: kristof.beyls, t-tye, tpr, dstuttard, javed.absar, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
The attribute can specify elimiination for leaf or non-leaf, so it
should always be considered. I copied this bug from AArch64, which
probably should also be fixed.
https://reviews.llvm.org/D63611
Files:
lib/Target/AMDGPU/SIFrameLowering.cpp
test/CodeGen/AMDGPU/callee-frame-setup.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63611.205847.patch
Type: text/x-patch
Size: 3710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/dcea61a1/attachment.bin>
More information about the llvm-commits
mailing list