[llvm] [loop-vectorize] Fix crash when using types that aren't known scale factors (PR #136680)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 11:02:34 PDT 2025


================
@@ -1030,6 +1030,7 @@ for.body:                                         ; preds = %for.body.preheader,
   br i1 %exitcond.not, label %for.cond.cleanup, label %for.body, !loop !1
 }
 
+
----------------
fhahn wrote:

unrelated change

https://github.com/llvm/llvm-project/pull/136680


More information about the llvm-commits mailing list