[clang] [mlir] [compiler-rt] [flang] [llvm] [clang-tools-extra] [clang][CodeGen] Handle template parameter objects with explicit address spaces (PR #69266)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 14:08:57 PST 2023
efriedma-quic wrote:
The concept makes sense, but I think the code should be inside CodeGenModule::GetAddrOfTemplateParamObject? I think all users of the function want a value in the correct address-space.
https://github.com/llvm/llvm-project/pull/69266
More information about the llvm-commits
mailing list