[all-commits] [llvm/llvm-project] 99b563: [AMDGPU][MC] Corrected error position for invalid ...
dpreobra via All-commits
all-commits at lists.llvm.org
Mon Feb 1 03:31:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99b5631649e09970769562abb05475b79eb44e3c
https://github.com/llvm/llvm-project/commit/99b5631649e09970769562abb05475b79eb44e3c
Author: Dmitry Preobrazhensky <dmitry.preobrazhensky at amd.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
Log Message:
-----------
[AMDGPU][MC] Corrected error position for invalid operands
Generic parser may report an incorrect error position when an offending operand is followed by a comma.
See bug 48884 for details: https://bugs.llvm.org/show_bug.cgi?id=48884.
Differential Revision: https://reviews.llvm.org/D95674
More information about the All-commits
mailing list