[PATCH] D67572: [SVFS] The Search Vector Function System.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 14:01:51 PST 2019
fpetrogalli marked 5 inline comments as done.
fpetrogalli added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetLibraryInfo.h:266
return Impl->getVectorizedFunction(F, VF);
}
----------------
jdoerfert wrote:
> Why do you privatize these redirects? I would expect them to be used, thus public, or unused, thus deleted.
I am privatizing these because `isFunctionVectorizable` and `getVectorizedFunction` to be asked to any component other than the `SearchVFSystem` introduced in this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67572/new/
https://reviews.llvm.org/D67572
More information about the llvm-commits
mailing list