[all-commits] [llvm/llvm-project] f0f8ae: [AMDGPU][AsmParser] Fix matching immediate literals.

Ivan Kosarev via All-commits all-commits at lists.llvm.org
Fri Feb 10 03:36:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0f8ae7596c458349f92ccea61519013245b6c3c
      https://github.com/llvm/llvm-project/commit/f0f8ae7596c458349f92ccea61519013245b6c3c
  Author: Ivan Kosarev <ivan.kosarev at amd.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
    M llvm/test/MC/AMDGPU/gfx7_err_pos.s

  Log Message:
  -----------
  [AMDGPU][AsmParser] Fix matching immediate literals.

Prevents potential matching of literal offsets to non-literal operands.

Reviewed By: dp

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




More information about the All-commits mailing list