[all-commits] [llvm/llvm-project] 6d103d: [Support] Erase blocks after DomTree::eraseNode (#...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Wed Jul 31 10:21:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d103d7746c94cc865138093c7c65138b89aa77c
      https://github.com/llvm/llvm-project/commit/6d103d7746c94cc865138093c7c65138b89aa77c
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/GenericDomTreeUpdater.h
    M llvm/lib/Analysis/DomTreeUpdater.cpp
    M llvm/lib/CodeGen/EarlyIfConversion.cpp
    M llvm/lib/Target/AArch64/AArch64ConditionalCompares.cpp
    M llvm/unittests/IR/DominatorTreeTest.cpp

  Log Message:
  -----------
  [Support] Erase blocks after DomTree::eraseNode (#101195)

Change eraseNode to require that the basic block is still contained
inside the function. This is a preparation for using numbers of basic
blocks inside the dominator tree, which are invalid for blocks that are
not inside a function.



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