[llvm] [LV] Fix for `VPValue` dump method (PR #94272)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 13:19:03 PDT 2024


================
@@ -1381,7 +1381,7 @@ void VPSlotTracker::assignNames(const VPlan &Plan) {
   if (Plan.VFxUF.getNumUsers() > 0)
     assignName(&Plan.VFxUF);
   assignName(&Plan.VectorTripCount);
-  if (Plan.BackedgeTakenCount)
----------------
fhahn wrote:

Unrelated change? 

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


More information about the llvm-commits mailing list