[llvm] [VPlan] Verify dominance for incoming values of phi-like recipes. (PR #124838)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 16 08:30:18 PST 2025
================
@@ -207,24 +213,69 @@ bool VPlanVerifier::verifyVPBasicBlock(const VPBasicBlock *VPBB) {
for (const VPUser *U : V->users()) {
auto *UI = cast<VPRecipeBase>(U);
----------------
ayalz wrote:
unrelated nit:
```suggestion
auto *UR = cast<VPRecipeBase>(U);
```
https://github.com/llvm/llvm-project/pull/124838
More information about the llvm-commits
mailing list