[llvm] [AMDGPU] Introduce a pseudo mnemonic for S_DELAY_ALU in MIR. (PR #96004)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 01:00:13 PDT 2024
================
@@ -0,0 +1,217 @@
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 -verify-machineinstrs -start-after=amdgpu-insert-delay-alu %s -o - | FileCheck %s
----------------
arsenm wrote:
Parser tests should go in test/CodeGen/MIR/AMDGPU, and use run-pass=none
https://github.com/llvm/llvm-project/pull/96004
More information about the llvm-commits
mailing list