[PATCH] D138909: FuncSpec] Invalidate analyses when deleting a fully specialised function
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 04:23:05 PST 2022
chill added a comment.
Ideally, now that we have the FAM in `FunctionSpecializer` I would like to also remove the callbacks (`GetTLI`, `GetTTi`, etc) and also remove the Legacy pass manager support entirely
from SCCP/IPSCCP/FuncSpec. Unfortunately, those callbacks are needed by `getInlineCost` and a few other functions down the call chain.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138909/new/
https://reviews.llvm.org/D138909
More information about the llvm-commits
mailing list