[PATCH] D142231: [AMDGPU][AsmParser] Forbid optional SMRD offsets on GFX6/GFX7.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 09:31:41 PST 2023
arsenm added inline comments.
================
Comment at: llvm/test/MC/AMDGPU/gfx7_asm_err.s:1
+// RUN: not llvm-mc -arch=amdgcn -mcpu=bonaire %s 2>&1 | FileCheck %s --implicit-check-not=error:
+
----------------
Should also include run lines for gfx6 and 8?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142231/new/
https://reviews.llvm.org/D142231
More information about the llvm-commits
mailing list