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