[PATCH] D13999: X86ISelLowering: Support tail calls to/from thiscall functions
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 10:46:46 PDT 2015
rnk added a comment.
Can we generalize this logic to all conventions that are isCalleePop? Then it will cover stdcall, fastcall, and vectorcall.
http://reviews.llvm.org/D13999
More information about the llvm-commits
mailing list