[all-commits] [llvm/llvm-project] 7c4ef6: [VPlan] Update hasEarlyExit check to consider no-e...
annamthomas via All-commits
all-commits at lists.llvm.org
Fri Jul 11 06:11:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c4ef6708ae4fbf898ae416fe151b8cf2bdec297
https://github.com/llvm/llvm-project/commit/7c4ef6708ae4fbf898ae416fe151b8cf2bdec297
Author: Anna Thomas <anna at azul.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Update hasEarlyExit check to consider no-exit block case
If we call this API during vectorization without any exit blocks, we
need to first check there is atleast one exit block.
PR: https://github.com/llvm/llvm-project/pull/145730
Commit: fe403584c458cfde49d559adbeb592d53c29d8fa
https://github.com/llvm/llvm-project/commit/fe403584c458cfde49d559adbeb592d53c29d8fa
Author: Anna Thomas <anna at azul.com>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/vect.stats.ll
Log Message:
-----------
[LV] Add a statistic for early exit vectorization
Add statistic LoopsEarlyExitVectorized
PR: https://github.com/llvm/llvm-project/pull/145730
Compare: https://github.com/llvm/llvm-project/compare/d386b3b0b53a...fe403584c458
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list