[PATCH] D45653: [X86] Enable sibling-call optimization for functions returning structs
Aleksandr Urakov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 27 05:10:33 PDT 2018
aleksandr.urakov abandoned this revision.
aleksandr.urakov added a comment.
This patch fails in the `@t22_non_sret_to_sret` `X86` case (as we can see, a stack becomes corrupted after the patch in this case). Thanks to @efriedma for pointing that. So I just abandon the revision. Thanks all for your help!
https://reviews.llvm.org/D45653
More information about the llvm-commits
mailing list