[llvm] [AMDGPU] Add VIMAGE and VSAMPLE encodings for gfx13 (PR #197011)

Mariusz Sikora via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 05:21:11 PDT 2026


================
@@ -1,33 +1,34 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -show-mc-encoding < %s | FileCheck -check-prefixes=GFX9 %s
-; RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -show-mc-encoding < %s | FileCheck -check-prefixes=GFX10 %s
-; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -show-mc-encoding < %s | FileCheck -check-prefixes=GFX11 %s
-; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -show-mc-encoding < %s | FileCheck -check-prefixes=GFX12 %s
+; RUN: llc -mtriple=amdgcn -mcpu=gfx900  < %s | FileCheck -check-prefixes=GFX9 %s
----------------
mariusz-sikora-at-amd wrote:

Right. I just wanted to use the same CHECK-PREFIX and I was a little bit surprised that we are using `show-mc-encoding` here.
I will fix this.

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


More information about the llvm-commits mailing list