[llvm] [AMDGPU] Add inreg support for SGPR arguments (PR #67182)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 6 08:28:25 PDT 2023


================
@@ -0,0 +1,359 @@
+; RUN: llc -march=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=CIGFX89,GFX89 %s
----------------
arsenm wrote:

Remove -mattr=-flat-for-global, the only real reason to use that was trying to share manually written tests ages ago 

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


More information about the llvm-commits mailing list