[FIX] Require AMDGPU target in test case llvm/test/MachineVerifier/writelane_m0.mir

This commit is contained in:
Shilei Tian 2024-01-30 15:47:19 -05:00
parent d8b61d7168
commit 58e8c072aa

View File

@ -7,6 +7,8 @@
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -verify-machineinstrs -run-pass=none -o - %s | FileCheck %s
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -verify-machineinstrs -run-pass=none -o - %s | FileCheck %s
# REQUIRES: amdgpu-registered-target
---
name: writelane_m0