================
@@ -2487,12 +2531,14 @@ vectorizeScalableVectorPrecondition(Operation *op,
if (numOfScalableDims == 0)
return success();
+ // TODO: Check the following!
----------------
egebeysel wrote:
Also here
https://github.com/llvm/llvm-project/pull/149293