[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:
```suggestion
# RUN: llc -mtriple=amdgpu9.00-amd-amdhsa -run-pass=greedy -o - %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/209704
More information about the llvm-commits
mailing list