[PATCH] D45216: [Attributes] Add IntrinsicLoweredToCall attribute.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 11:59:49 PDT 2018
efriedma added a comment.
I feel like we've been going around in circles. You're been repeatedly coming up with various distinctions which are not actually the distinction you want, specifically that you can infer norecurse for functions which call a given intrinsic, i.e. whether there is a potential control flow path from a particular callsite to a particular function. This is not whether the intrinsic is lowered to a call instruction, this is not whether an intrinsic is "metadata".
https://reviews.llvm.org/D45216
More information about the llvm-commits
mailing list