[PATCH] D27050: [X86] Add explicit regparm flag for X86-32 calling convention.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 17:03:13 PST 2017


rnk added a comment.

What's hard about approach number 2? There are only 47 or so places where we construct a CallLoweringInfo to feed to LowerCallTo. I bet you could add a method to CallLoweringInfo that handles all the common cases of making a call to an intrinsic, similar to how setCallee is supposed to work.


https://reviews.llvm.org/D27050





More information about the llvm-commits mailing list