[all-commits] [llvm/llvm-project] 6d5a65: [AMDGPU] New PAL metadata updates to ps_extra_lds_...

David Stuttard via All-commits all-commits at lists.llvm.org
Tue Jun 6 04:49:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d5a653dda628250b373ec89e0e11cdd27603c24
      https://github.com/llvm/llvm-project/commit/6d5a653dda628250b373ec89e0e11cdd27603c24
  Author: David Stuttard <david.stuttard at amd.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp

  Log Message:
  -----------
  [AMDGPU] New PAL metadata updates to ps_extra_lds_size and float_mode

New metadata format contains full calculation of field contents for
ps_extra_lds_size (vs old format where the value in RSRC register is used by PAL
to calculate the value required).

Also stop updating float_mode and rely on front end settings for this field.

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




More information about the All-commits mailing list