[all-commits] [llvm/llvm-project] d61f2c: [AMDGPU] Simplify exp target parsing
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Nov 6 08:11:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d61f2cfb9fc3286e615d8473452981efa6bfcbd9
https://github.com/llvm/llvm-project/commit/d61f2cfb9fc3286e615d8473452981efa6bfcbd9
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
Log Message:
-----------
[AMDGPU] Simplify exp target parsing
Treat any identifier as a potential exp target and diagnose them all the
same way as "invalid exp target"s.
Differential Revision: https://reviews.llvm.org/D90947
More information about the All-commits
mailing list