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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 10:36:01 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:

I see. As they are addressing separate issues, would be good to split it up, with the first one being NFC. Would be good to also have a test case for the numbering case

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


More information about the llvm-commits mailing list