[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 13:07:23 PST 2025


================
@@ -19,23 +19,27 @@ compound=true
     "middle.split"
   ]
   N4 -> N5 [ label=""]
-  N4 -> N6 [ label=""]
+  N4 -> N7 [ label=""]
----------------
fhahn wrote:

Oh I didn't realize that there were different defaults on different platforms/version. The larger versions looks good, thanks!

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


More information about the llvm-commits mailing list