[llvm] [AMDGPU][AsmParser] Allow `v_writelane_b32` to use SGPR and M0 as source operands at the same time (PR #78827)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 07:52:56 PST 2024
================
@@ -0,0 +1,10 @@
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx904 %s | FileCheck %s
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx940 %s | FileCheck %s
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx1010 %s | FileCheck %s
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx1030 %s | FileCheck %s
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx1100 %s | FileCheck %s
----------------
Sisyph wrote:
Can you please add -show-encoding to all lines and add a gfx12 runline?
https://github.com/llvm/llvm-project/pull/78827
More information about the llvm-commits
mailing list