[all-commits] [llvm/llvm-project] 7ab83a: [AMDGPU] Better more consistent error check lines
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Nov 29 04:57:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ab83a7046f18b43055e040217f136a8ac6d98a1
https://github.com/llvm/llvm-project/commit/7ab83a7046f18b43055e040217f136a8ac6d98a1
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/user-sgpr-count-diag.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
Log Message:
-----------
[AMDGPU] Better more consistent error check lines
Checking for : before @LINE avoids the unlikely possibility that the
expected error line number happens to be a suffix of the actual one.
More information about the All-commits
mailing list