[all-commits] [llvm/llvm-project] c8bbfb: [AMDGPU] Allow oversize vaddr in GFX10 MIMG assembly

Carl Ritson via All-commits all-commits at lists.llvm.org
Mon Jun 7 19:57:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8bbfb8cf5eac991351c03c41a15abaac4b78ecf
      https://github.com/llvm/llvm-project/commit/c8bbfb8cf5eac991351c03c41a15abaac4b78ecf
  Author: Carl Ritson <carl.ritson at amd.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

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

  Log Message:
  -----------
  [AMDGPU] Allow oversize vaddr in GFX10 MIMG assembly

As a follow up to D103672, we should allow vaddr to be larger than
required when assembling GFX10 MIMG instructions.

Reviewed By: dp

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




More information about the All-commits mailing list