[PATCH] D115651: [LV] Enable scalable vectorization by default for SVE cores.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 00:31:55 PST 2021


dmgreen added inline comments.


================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:172
+  PreferScalable = 1,
+  /// Vectorize loops using scalable vectors or fixed-width  vectors, but
+  /// favor fixed-width vectors when the cost is inconclusive.
----------------
There is an extra space in here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115651/new/

https://reviews.llvm.org/D115651



More information about the llvm-commits mailing list