[PATCH] D51200: Introduce per-callsite inline intrinsics
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 4 13:01:38 PST 2019
xbolva00 added inline comments.
================
Comment at: include/clang/CodeGen/CGFunctionInfo.h:517
+ unsigned InlineCall : 2;
+
----------------
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?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51200/new/
https://reviews.llvm.org/D51200
More information about the cfe-commits
mailing list