[llvm] [VPlan] Verify dominance for incoming values of phi-like recipes. (PR #124838)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 1 08:15:18 PST 2025
================
@@ -207,24 +213,69 @@ bool VPlanVerifier::verifyVPBasicBlock(const VPBasicBlock *VPBB) {
for (const VPUser *U : V->users()) {
auto *UI = cast<VPRecipeBase>(U);
----------------
fhahn wrote:
Will fix independently.
https://github.com/llvm/llvm-project/pull/124838
More information about the llvm-commits
mailing list