[PATCH] D104102: Function Specialisation, cont'd
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 03:26:25 PDT 2021
SjoerdMeijer added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/FunctionSpecialization.cpp:466
// to worry about the passed value.
if (!Solver.isBlockExecutable(CS.getParent()))
continue;
----------------
> Looks like this is not covered by a test. Would be good to have one.
Will look into that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104102/new/
https://reviews.llvm.org/D104102
More information about the llvm-commits
mailing list