[PATCH] D74227: [AMDGPU] Use @LINE for error checking in gfx10 assembler tests

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 09:13:07 PST 2020


foad created this revision.
foad added reviewers: rampitec, arsenm, nhaehnle.
Herald added subscribers: llvm-commits, kerbowa, t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

This is a rework of D72611 <https://reviews.llvm.org/D72611>, using @LINE to check that errors are
reported against the right instruction instead of adding lots of extra
*-ERR-NEXT: check lines.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74227

Files:
  llvm/test/MC/AMDGPU/gfx10_asm_all.s





More information about the llvm-commits mailing list