[PATCH] D155900: [TTI][NFCI] Introduce two new target transform hooks
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 04:43:55 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfoImpl.h:845
+ unsigned CBNumArgs = CB->arg_size();
+
+ // Argument mistmatch, sometimes OK for variadic functions.
----------------
I think you missed the base call site CC matches function CC
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155900/new/
https://reviews.llvm.org/D155900
More information about the llvm-commits
mailing list