enum LoopVectorizeHints::ScalableForceKind
Declared at: llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h:114
Enumerators
Name | Value | Comment |
---|---|---|
SK_Unspecified | -1 | Not selected. |
SK_FixedWidthOnly | 0 | Disables vectorization with scalable vectors. |
SK_PreferScalable | 1 | Vectorize 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. |