[all-commits] [llvm/llvm-project] 3134e6: AMDGPU: Add target feature for aligned VGPR requir...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Aug 25 18:37:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3134e696e4d151f72b734e9d7a9aad80556d0b2d
https://github.com/llvm/llvm-project/commit/3134e696e4d151f72b734e9d7a9aad80556d0b2d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
Log Message:
-----------
AMDGPU: Add target feature for aligned VGPR requirement (#155336)
This now applies to gfx90a+ and gfx1250, so add a dedicated feature
for it so the feature check can be composed correctly with unrelated
properties. Probably would be better to invert this, but that turns
out to be difficult given the current assumptions.
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