[clang] clang: Remove dest LangAS argument from performAddrSpaceCast (PR #138866)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Fri May 9 09:18:05 PDT 2025


rjmccall wrote:

Merging this was fine because it was just removing the redundant LangAS argument, not removing the abstract handling of address-space conversions in IRGen. I just wanted to note my opposition to the idea of taking that second step, since it had come up in the review.

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


More information about the cfe-commits mailing list