[all-commits] [llvm/llvm-project] 240539: [VPlan] Account for canonical IV being simplified ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jun 11 14:56:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 240539f1c1ba5f72ce5879807ed1a6dd5b694ef5
https://github.com/llvm/llvm-project/commit/240539f1c1ba5f72ce5879807ed1a6dd5b694ef5
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/test/Transforms/LoopVectorize/RISCV/low-trip-count.ll
Log Message:
-----------
[VPlan] Account for canonical IV being simplified in verifier. (#203403)
In plain CFG plans, VPCurrentIterationPHIRecipe may be the first recipe,
if the canonical IV phi has been removed because it became unused (e.g.
the vector loop is known to only execute a single iteration).
Fixes https://lab.llvm.org/buildbot/#/builders/187/builds/20801.
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