[PATCH] D51200: Introduce per-callsite inline intrinsics

Jakub Kuderski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 4 13:28:04 PDT 2018


kuhar added a comment.

In https://reviews.llvm.org/D51200#1223752, @rsmith wrote:

> +rjmccall for CodeGen changes


@rsmith @rjmccall 
I have one high-level question about the CodeGen part that I wasn't able to figure out: is it possible to bail out of custom CodeGen in CGBuiltin and somehow say: emit whatever is inside (IE treat the builtin call node as a no-op)?


https://reviews.llvm.org/D51200





More information about the cfe-commits mailing list