[all-commits] [llvm/llvm-project] c08dc8: [AMDGPU][Disassembler] Pre-commit a test on an err...

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Wed Apr 26 04:50:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c08dc8b5fbd0e44d5cac7738ffee724d91a26243
      https://github.com/llvm/llvm-project/commit/c08dc8b5fbd0e44d5cac7738ffee724d91a26243
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    A llvm/test/MC/Disassembler/AMDGPU/comments.txt

  Log Message:
  -----------
  [AMDGPU][Disassembler] Pre-commit a test on an error message generated in an instruction comment.


  Commit: e23891a3823e6bff11a68c08b75d2d45d11832cf
      https://github.com/llvm/llvm-project/commit/e23891a3823e6bff11a68c08b75d2d45d11832cf
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
    M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
    M llvm/test/MC/Disassembler/AMDGPU/comments.txt

  Log Message:
  -----------
  [AMDGPU][Disassembler] Fix a spurious error message in an instruction comment.

The patch prevents pollution of instruction comments with error messages
generated during unsuccessful decoding attempts.

Reviewed By: foad

Differential Revision: https://reviews.llvm.org/D149049


Compare: https://github.com/llvm/llvm-project/compare/ee52af74d8e5...e23891a3823e


More information about the All-commits mailing list