[llvm] [LoopVectorize] Teach LoopVectorizationLegality about more early exits (PR #107004)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 05:05:15 PDT 2024
================
@@ -446,6 +480,9 @@ class LoopVectorizationLegality {
/// specific checks for outer loop vectorization.
bool canVectorizeOuterLoop();
+ /// Returns true if this is an early exit loop that can be vectorized.
----------------
david-arm wrote:
Done
https://github.com/llvm/llvm-project/pull/107004
More information about the llvm-commits
mailing list