[PATCH] D45653: [X86] Enable sibling-call optimization for functions returning structs

Ivan Sorokin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 06:28:29 PDT 2018


sorokin added a comment.

In https://reviews.llvm.org/D45653#1200945, @lebedev.ri wrote:

> In https://reviews.llvm.org/D45653#1200944, @aleksandr.urakov wrote:
>
> >
>
>
> - Have you tried using this patch? Does stage-2 of llvm build fine, and tests pass? testsuite?


I built LLVM before submitting this patch. Back then LLVM successfully rebuilt itself and rebuilt version passed all tests. I used that version as my main compiler for a while.
I haven't done more rigorous testing like rebuilding a linux distribution though.


https://reviews.llvm.org/D45653





More information about the llvm-commits mailing list