[llvm] [LV] Adjust exit recipe detection to run on early vplan (PR #183318)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 05:58:09 PST 2026
================
@@ -407,16 +414,23 @@ class LoopVectorizationLegality {
return LAI->getDepChecker().getMaxSafeVectorWidthInBits();
}
+ UncountableEarlyExitDetail getUncountableEarlyExitDetail() const {
----------------
david-arm wrote:
nit: Can you leave a brief '///' comment same as other functions?
https://github.com/llvm/llvm-project/pull/183318
More information about the llvm-commits
mailing list