[llvm] [NVPTX] Add errors for incorrect CUDA addrpaces (PR #138706)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Tue May 6 08:57:25 PDT 2025


AlexMaclean wrote:

One thing I wonder is whether this sort of logic really belongs in assembly printing. It seems like this verification could happen at any point during compilation, such as during an IR pass. Are there examples from other targets of target-specific IR verification? Do you have any thoughts about alternative locations for this verification?

https://github.com/llvm/llvm-project/pull/138706


More information about the llvm-commits mailing list