[llvm-branch-commits] [llvm] [Attributor] Use `getAssumedAddrSpace` to get address space for `AllocaInst` (PR #136865)
Johannes Doerfert via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 24 20:14:02 PDT 2025
jdoerfert wrote:
FWIW, nvptx backend unfortunately works by "fixing stuff up" late. It shouldn't, but it does. I'd prefer to not to fix stuff up at all and maybe the best way is to have proper assertions in the creation of allocas/globals/... and/or the verifier.
https://github.com/llvm/llvm-project/pull/136865
More information about the llvm-branch-commits
mailing list