rjmccall added inline comments.

================
Comment at: include/clang/CodeGen/CGFunctionInfo.h:517
 
+  unsigned InlineCall : 2;
+
----------------
xbolva00 wrote:
> rjmccall wrote:
> > Please don't propagate this information through the `CGFunctionInfo`.  I 
> > really want this type to be *less* site-specific, not *more*.
> I like this patch but sadly, it was abandoned.
> 
> What way of passing this info would you recommend?
I don't remember much about this anymore, but CGCall is perfectly capable of 
adding attributes based on call-site-specific information.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51200/new/

https://reviews.llvm.org/D51200



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D51200: Introduc... Dávid Bolvanský via Phabricator via cfe-commits
    • [PATCH] D51200: Int... John McCall via Phabricator via cfe-commits

Reply via email to