[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 15 05:02:44 PDT 2025


================
@@ -4527,6 +4507,11 @@ static bool willGenerateVectors(VPlan &Plan, ElementCount VF,
 }
 
 #ifndef NDEBUG
----------------
gbossu wrote:

Curious: Why is this guarded by `!NDEBUG`?

https://github.com/llvm/llvm-project/pull/132190


More information about the llvm-commits mailing list