yaxunl added a comment.

In https://reviews.llvm.org/D44747#1044893, @rjmccall wrote:

> Is there a reason for this to be done as a special case in IRGen instead of 
> just implicitly applying the calling convention in Sema?


The calling convention is not used in Sema, therefore it seems simpler to do it 
in codegen. I could try doing this in Sema too. Is there any advantage of doing 
this in Sema?

Thanks.


https://reviews.llvm.org/D44747



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to