[PATCH] D91793: [AMDGPU][MC] Improved diagnostics for invalid literals

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 06:03:28 PST 2020


dp created this revision.
dp added a reviewer: rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
Herald added a project: LLVM.
dp requested review of this revision.
Herald added a subscriber: wdng.

Corrected error positions (bug 47518 <https://bugs.llvm.org/show_bug.cgi?id=47518>) and improved diagnostic messages for invalid literals.


https://reviews.llvm.org/D91793

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/test/MC/AMDGPU/expressions-gfx10.s
  llvm/test/MC/AMDGPU/expressions-gfx9.s
  llvm/test/MC/AMDGPU/gfx10_err_pos.s
  llvm/test/MC/AMDGPU/gfx7_err_pos.s
  llvm/test/MC/AMDGPU/gfx8_asm_all.s
  llvm/test/MC/AMDGPU/gfx9-asm-err.s
  llvm/test/MC/AMDGPU/gfx908_err_pos.s
  llvm/test/MC/AMDGPU/gfx9_asm_all.s
  llvm/test/MC/AMDGPU/gfx9_err_pos.s
  llvm/test/MC/AMDGPU/literals.s
  llvm/test/MC/AMDGPU/literalv216-err.s
  llvm/test/MC/AMDGPU/literalv216.s
  llvm/test/MC/AMDGPU/mai-err.s
  llvm/test/MC/AMDGPU/vop2-err.s
  llvm/test/MC/AMDGPU/vop3-errs.s
  llvm/test/MC/AMDGPU/vop3-gfx9.s
  llvm/test/MC/AMDGPU/vop3-literal.s
  llvm/test/MC/AMDGPU/vop3.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91793.306389.patch
Type: text/x-patch
Size: 193871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201119/6d941ef0/attachment-0001.bin>


More information about the llvm-commits mailing list