[all-commits] [llvm/llvm-project] e95871: [VPlan] Recalculate VPDT in handleUncountableExits...

Luke Lau via All-commits all-commits at lists.llvm.org
Thu Jun 11 04:27:17 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e95871719c41a8de96b438b962ed3b8f869b9e0c
      https://github.com/llvm/llvm-project/commit/e95871719c41a8de96b438b962ed3b8f869b9e0c
  Author: Luke Lau <luke at igalia.com>
  Date:   2026-06-11 (Thu, 11 Jun 2026)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

  Log Message:
  -----------
  [VPlan] Recalculate VPDT in handleUncountableExitsWithSideEffects (#203233)

In the loop before we're modifying the CFG, but this invalidates the
dominator tree. We need to recalculate since we query it later on. I
can't really think of a test case for this, if anything using the
stale dominator tree with the extra branch will make the dominance
queries more conservative. But it's probably something we should fix.



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