For issue github.com/llvm/llvm-project/issues/56462, the patch make
ForceScalableVectorization have lower priority than pragma, in other word,
ForceScalableVectorization will only work if there is no specified scalable
pragma hint.
After the patch, we could disable vectorization with -scalable-vectorization=on
by pragma vectorize_width(1, fixed).