[llvm] [NFC][LoopVectorize] Introduce new getEstimatedRuntimeVF function (PR #116247)
Hari Limaye via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 06:16:37 PST 2024
================
@@ -4291,6 +4291,21 @@ getVScaleForTuning(const Loop *L, const TargetTransformInfo &TTI) {
return TTI.getVScaleForTuning();
}
+/// This functions attempts to return a value that represents the vectorization
----------------
hazzlim wrote:
Just a small nit:
```suggestion
/// This function attempts to return a value that represents the vectorization
```
https://github.com/llvm/llvm-project/pull/116247
More information about the llvm-commits
mailing list