[llvm] [RegAlloc] Avoid split past block-prologue interference (PR #209704)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 00:59:42 PDT 2026
================
@@ -0,0 +1,105 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=amdgpu9.00-amd-amdhsa -stress-regalloc=2 -passes='greedy<wwm>' -o - %s | FileCheck %s
----------------
arsenm wrote:
There is because it requires the hacky -start-before...stop-after sequence to get the right filter
https://github.com/llvm/llvm-project/pull/209704
More information about the llvm-commits
mailing list