[clang] [llvm] [AMDGPU] Add initial support for VGPR as memory (PR #205435)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 07:46:59 PDT 2026
================
@@ -0,0 +1,58 @@
+; RUN: llc -O2 -mtriple=amdgcn -mcpu=gfx1200 < %s | FileCheck %s
+; RUN: llc -O2 -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs < %s -o /dev/null
----------------
arsenm wrote:
-O2 is the default, and these are duplicated run lines
https://github.com/llvm/llvm-project/pull/205435
More information about the cfe-commits
mailing list