[all-commits] [llvm/llvm-project] 5f73d9: [AMDGPU] Add SubtargetFeature for dynamic VGPR mode
Diana Picus via All-commits
all-commits at lists.llvm.org
Sun Mar 9 21:33:06 PDT 2025
Branch: refs/heads/users/rovka/dvgpr-2
Home: https://github.com/llvm/llvm-project
Commit: 5f73d9e21163cd58599c0bef4262e66b773835c9
https://github.com/llvm/llvm-project/commit/5f73d9e21163cd58599c0bef4262e66b773835c9
Author: Diana Picus <Diana-Magda.Picus at amd.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/test/CodeGen/AMDGPU/pal-metadata-3.0.ll
Log Message:
-----------
[AMDGPU] Add SubtargetFeature for dynamic VGPR mode
This represents a hardware mode supported only for wave32 compute
shaders. When enabled, we set the `.dynamic_vgpr_en` field of
`.compute_registers` to true in the PAL metadata.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list