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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 09:55:23 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D45653#1073189, @sorokin wrote:

> $python2 update_llc_test_checks.py --llc-binary <directory-of-llc>/llc llvm/test/CodeGen/X86/sibcall.ll
>
>   and it modified the sibcall.ll. I'm not familiar with with the utility. I'm afraid I don't know how to use it properly and what is the meaning of the diff. I attached 2.patch. It is the changes this tool does to sibcall.ll. {F5984860}


The '-asm-verbose=false' params screwed up the script. I removed that and updated here:
https://reviews.llvm.org/rL330445

You may want to add your new tests to the file now, so we have a baseline on those too. Then rebase this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D45653





More information about the llvm-commits mailing list