[PATCH] D41334: [CodeExtractor] Use function attributes from original function.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 13:31:19 PST 2018


fhahn added a comment.

I suppose we should also drop `thunk`, as the tailcall could stay in the non-extracted part and the extracted part may not end in a tailcall?


https://reviews.llvm.org/D41334





More information about the llvm-commits mailing list