[llvm] [AMDGPU][AsmParser] Allow `v_writelane_b32` to use SGPR and M0 as source operands at the same time (PR #78827)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 21:30:42 PST 2024


================
@@ -0,0 +1,14 @@
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx904 -verify-machineinstrs -run-pass=legalizer -o - %s | FileCheck %s
----------------
arsenm wrote:

These tests should go in test/MachineVerifier, and only need -run-pass=none (don't even really need -verify-machineinstrs)

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


More information about the llvm-commits mailing list