Files
clang-p2996/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Alexis Engelke 862d822d83 [CodeGen] Don't renumber invalid domtree (#102427)
Machine block placement might remove nodes from the function but does
not update the dominator tree accordingly. Instead of renumbering (which
might crash due to accessing removed blocks), set the domtree to null to
make clear that it is invalid at this point.

Fixup of #102107.
2024-08-08 08:53:45 +02:00

152 KiB