AaronBallman wrote: > I'm a little confused why want to do adjustments like this in CodeGen; > shouldn't Sema know the address-space of variables?
I think it needs to be tracked in sema because of `constexpr` (which can happen at compile time or runtime) and AST matchers, etc. https://github.com/llvm/llvm-project/pull/195612 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
