[llvm] [AMDGPU][Attributor] Infer `inreg` attribute in `AMDGPUAttributor` (PR #101609)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 08:04:09 PDT 2024
arsenm wrote:
inreg argument generation is busted, and this cannot land until that is fixed. e.g. https://godbolt.org/z/joeTjKbf7 is clobbering the SRD
https://github.com/llvm/llvm-project/pull/101609
More information about the llvm-commits
mailing list