[PATCH] D93838: [SCCP] Add Function Specialization pass
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 16:06:48 PDT 2021
davidxl added a comment.
For the motivating case from MCF, there is actually code in InlineCost Analysis to handle it. See InlineCostCallAnalyzer::onLoweredCall(..). If it is not already handled there, it is a bug to be fixed there.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93838/new/
https://reviews.llvm.org/D93838
More information about the llvm-commits
mailing list