enum LoopVectorizeHints::ScalableForceKind

Declared at: llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h:114

Enumerators

NameValueComment
SK_Unspecified-1Not selected.
SK_FixedWidthOnly0Disables vectorization with scalable vectors.
SK_PreferScalable1Vectorize loops using scalable vectors or fixed-width vectors, but favor scalable vectors when the cost-model is inconclusive. This is the default when the scalable.enable hint is enabled through a pragma.