[all-commits] [llvm/llvm-project] a96444: [VPlan] Remove dead exit block handling code in HC...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Feb 19 09:53:32 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a96444af440a309592fe1043885a51ac0a5fb125
      https://github.com/llvm/llvm-project/commit/a96444af440a309592fe1043885a51ac0a5fb125
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
    M llvm/test/Transforms/LoopVectorize/loop-form.ll

  Log Message:
  -----------
  [VPlan] Remove dead exit block handling code in HCFGBuilder.

The mapping of IR ExitBB to a VPBB isn't used. It also sets an incorrect
VPBB for the ExitBB; the regions successor is the middle block, no the
exit block.

It also unnecessarily triggers an assertion after 38376dee922.



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