================
@@ -1528,6 +1525,13 @@ bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) {
else
return false;
}
----------------
nikic wrote:
nit: I'd add an empty line between these.
https://github.com/llvm/llvm-project/pull/101924