[llvm] [LV] Fix for `VPValue` dump method (PR #94272)
Kolya Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 4 06:13:39 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)
----------------
nikolaypanchenko wrote:
not related to crash we saw in downstream compiler, but related to printing and assigning numbers to VPValues as few of our tests started to fail
https://github.com/llvm/llvm-project/pull/94272
More information about the llvm-commits
mailing list