[llvm] [AMDGPU] Fix waterfall inreg call args on gfx90a: hoist defs + avoid AGPR sources (PR #194890)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 29 08:58:25 PDT 2026
================
@@ -0,0 +1,47 @@
+; RUN: llc -mtriple=amdgcn -mcpu=gfx90a -O3 -verify-machineinstrs < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgcn -mcpu=gfx90a < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/194890
More information about the llvm-commits
mailing list