This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix ignoring DisableFramePointerElim in leaf calls
ClosedPublic

Authored by arsenm on Jun 20 2019, 9:49 AM.

Details

Reviewers
rampitec
Summary

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.

Diff Detail

Event Timeline

arsenm created this revision.Jun 20 2019, 9:49 AM
This revision is now accepted and ready to land.Jun 20 2019, 9:52 AM
arsenm closed this revision.Jun 20 2019, 10:00 AM

r363949