[all-commits] [llvm/llvm-project] 90431c: Reland [AMDGPU] New PAL metadata updates to ps_ext...
David Stuttard via All-commits
all-commits at lists.llvm.org
Fri Jun 9 04:38:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90431ca2e01489eeff22e141714bb294315d6a3c
https://github.com/llvm/llvm-project/commit/90431ca2e01489eeff22e141714bb294315d6a3c
Author: David Stuttard <david.stuttard at amd.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/test/CodeGen/AMDGPU/pal-metadata-3.0.ll
Log Message:
-----------
Reland [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