[PATCH] D22115: Teach FastISel about thiscall (and, hence, about callee-pop).

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 16:04:41 PDT 2016


thakis added a comment.

In http://reviews.llvm.org/D22115#477460, @rnk wrote:

> Can we test the case when the parameters are greater than 64KB? Is there some other example test that deals with the cases where we bail out?


Added a test for the 64kB, based on x86-big-ret.ll. (I'm not sure I understand what you mean with the second question -- do you want more tests, or do you mean as example for how to do the 64kB test?)


http://reviews.llvm.org/D22115





More information about the llvm-commits mailing list