[llvm-branch-commits] [llvm] [AMDGPU] Verify VGPR tuple alignment from the operand register class (PR #219230)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 1 11:47:17 PDT 2026
arsenm wrote:
> The image vaddr operand is a plain VGPR_32 whose
class cannot encode even-alignment, so its dedicated position check is kept.
We should really fix that too, but it requires introducing even aligned 32-bit A/V/AV classes. Last time I tried to do that it was difficult, it may be easier now
https://github.com/llvm/llvm-project/pull/219230
More information about the llvm-branch-commits
mailing list