[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
Tue Jan 30 08:30:44 PST 2024


================
@@ -0,0 +1,14 @@
+// RUN: llvm-mc --triple=amdgcn --mcpu=gfx904 -show-encoding %s | FileCheck %s -check-prefix=GFX9
----------------
Sisyph wrote:

Looks like it needs a check line for gfx6/gfx7. Otherwise LGTM

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


More information about the llvm-commits mailing list