[llvm] [CodeGen] Move dom tree invalidation in MBP (PR #102453)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 11:10:16 PDT 2024
================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=x86_64 -enable-ext-tsp-block-placement=1 < %s | FileCheck %s
+
+; Test that dominator tree is invalidated after block removals.
----------------
aengelke wrote:
The test should trigger the assertion without the fix and without the `MPDT = nullptr` in assignBlockOrder.
https://github.com/llvm/llvm-project/pull/102453
More information about the llvm-commits
mailing list