[llvm] [RegAlloc] Avoid split past block-prologue interference (PR #209704)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 02:52:47 PDT 2026


================
@@ -0,0 +1,107 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 3
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=greedy -o - %s | FileCheck %s
----------------
arsenm wrote:

can you run with the specific greedy with the RA filter? I think this only works with new PM, but that's fine 

https://github.com/llvm/llvm-project/pull/209704


More information about the llvm-commits mailing list