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

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 07:40:20 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
----------------
cdevadas wrote:

Better have a runline for legacy PM as well. For that, you can construct the RUN line with options --start-before=greedy,1 --stop-after=greedy,1 just to run the second invocation of the greedy allocator alone.

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


More information about the llvm-commits mailing list