[llvm-branch-commits] [llvm] [AMDGPU] Apply occupancy-aware register allocation anti-hints (PR #218074)

Lukas Sommer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 24 02:49:11 PDT 2026


================
@@ -0,0 +1,373 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -run-pass=greedy,machineverifier,virtregrewriter,post-RA-hazard-rec %s -o - | FileCheck %s
----------------
sommerlukas wrote:

Should we also have a test for `gfx90a` to account for the special VGPR + AGPR handling there?

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


More information about the llvm-branch-commits mailing list