[llvm-branch-commits] [llvm] [AMDGPU] New RegBankSelect: Add missing S/VGPR pointer types (PR #142600)
Petar Avramovic via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 3 07:22:49 PDT 2025
petar-avramovic wrote:
Don't like adding all these without use case.
Not sure if we can get away with only checking ptr size and ignoring address space but in the end it is mostly used for assert.
These are mostly used for loads/stores and atomics, is it really that simple, all 32bit pointer types should have same rules?
https://github.com/llvm/llvm-project/pull/142600
More information about the llvm-branch-commits
mailing list