[PATCH] D101945: [LV] Add -scalable-vectorization=<option> flag.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 03:46:03 PDT 2021


paulwalker-arm added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h:99
 
+  enum ScalableForceKind {
+    /// Not selected.
----------------
fhahn wrote:
> can this be an enum class or is the code converting from ints to enum values somewhere?
I prefer that we remain consistent with the other `Kind` enums.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101945



More information about the llvm-commits mailing list