[PATCH] D94777: [AMDGPU][MC] Refactored parsing of dpp ctrl

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 06:43:53 PST 2021


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

Summary of changes:

- simplified code to improve maintainability;
- replaced lex() with higher level parser functions;
- improved errors handling.


https://reviews.llvm.org/D94777

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/test/MC/AMDGPU/gfx10_err_pos.s
  llvm/test/MC/AMDGPU/regression/bug28538.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94777.316884.patch
Type: text/x-patch
Size: 12702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/6644dbc5/attachment.bin>


More information about the llvm-commits mailing list