[AMDGPU] New PAL metadata updates to ps_extra_lds_size and float_mode
authorDavid Stuttard <david.stuttard@amd.com>
Thu, 11 May 2023 13:09:38 +0000 (14:09 +0100)
committerDavid Stuttard <david.stuttard@amd.com>
Tue, 6 Jun 2023 11:18:21 +0000 (12:18 +0100)
commit6d5a653dda628250b373ec89e0e11cdd27603c24
tree569147aa1097e695d00cbef0b1f0467aa3fafad4
parent85b77b13e3bcccffeb84b09365e0ab96565467fa
[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
llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp