[llvm] [LoopVectorize] Enable vectorisation of early exit loops with live-outs (PR #120567)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 05:47:16 PST 2025
================
@@ -19,23 +19,27 @@ compound=true
"middle.split"
]
N4 -> N5 [ label=""]
- N4 -> N6 [ label=""]
+ N4 -> N7 [ label=""]
----------------
david-arm wrote:
I didn't specifically try to change the size in pixels - I just ran `dot -Tpng ../llvm/docs/vplan-early-exit.dot`. Is there a recommended command for regenerating this? I couldn't see any documentation about this.
https://github.com/llvm/llvm-project/pull/120567
More information about the llvm-commits
mailing list