[llvm] [RegAlloc] Consider rematerialization over CSR use (PR #206756)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 01:59:32 PDT 2026
================
@@ -0,0 +1,76 @@
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=greedy %s -o - | FileCheck %s
+
+--- |
+ target triple = "amdgcn-amd-amdhsa"
----------------
arsenm wrote:
```suggestion
# RUN: llc -mtriple=amdgpu9.00-amd-amdhsa -run-pass=greedy %s -o - | FileCheck %s
--- |
```
https://github.com/llvm/llvm-project/pull/206756
More information about the llvm-commits
mailing list