[llvm] [CodeGen] Avoid register pressure limit underflow (PR #216372)

Anshil Gandhi via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:15:42 PDT 2026


================
@@ -0,0 +1,41 @@
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx803 -run-pass=machine-scheduler \
----------------
gandhi56 wrote:

Please use the newer form of target triple: `-mtriple=amdgpu8.03-amd-amdhsa`, and drop the `-mcpu=gfx803`.

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


More information about the llvm-commits mailing list