[PATCH] D27967: IR: Function summary representation for type tests.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 15:06:15 PST 2016
mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Analysis/ModuleSummaryAnalysis.cpp:137
+ // intrinsic. Intrinsics that are assumed are relevant only to the
+ // devirtualization pass, not the type test lowering pass.
+ bool HasNonAssumeUses = llvm::any_of(CI->uses(), [](const Use &CIU) {
----------------
Thanks for the comment here.
https://reviews.llvm.org/D27967
More information about the llvm-commits
mailing list