[llvm] [CodeGen] Move dom tree invalidation in MBP (PR #102453)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 11:03:12 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.
----------------
david-xl wrote:
How is it tested? Does the test trigger assertion without the fix (not able to reproduce it)?
https://github.com/llvm/llvm-project/pull/102453
More information about the llvm-commits
mailing list