[PATCH] D70513: [VectorUtils] API for VFShape, update VFInfo.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 09:50:41 PST 2019
fpetrogalli marked an inline comment as done.
fpetrogalli added inline comments.
================
Comment at: llvm/include/llvm/Analysis/VectorUtils.h:83-84
struct VFShape {
unsigned VF; // Vectorization factor.
bool IsScalable; // True if the function is a scalable function.
SmallVector<VFParameter, 8> Parameters; // List of parameter informations.
----------------
Notice that I am not using ElementCount here to realize VF and IsScalable because it would delete the default constructors associated to VFShape and VFInfo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70513/new/
https://reviews.llvm.org/D70513
More information about the llvm-commits
mailing list