[PATCH] D90947: [AMDGPU] Simplify exp target parsing

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 07:35:44 PST 2020


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

Treat any identifier as a potential exp target and diagnose them all the
same way as "invalid exp target"s.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90947

Files:
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/test/MC/AMDGPU/exp-err.s
  llvm/test/MC/AMDGPU/exp-gfx10.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90947.303456.patch
Type: text/x-patch
Size: 5084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/9a70885b/attachment.bin>


More information about the llvm-commits mailing list