[clang] [clang] Recover necessary AddrSpaceCast (PR #119246)
Sergei Barannikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 08:13:40 PST 2024
s-barannikov wrote:
> Updating the wrapper function's return type as below also fixes the error:
I mean, why do we have to watch for type mismatches and fix them instead of creating the correct type in the first place?
There is `getPointerType(RetQT)` just above, shouldn't it be something like `getPointerType(RetQT, <correct address space>)`?
Or RetQT should have had the correct address space, but for some reason it was lost?
https://github.com/llvm/llvm-project/pull/119246
More information about the cfe-commits
mailing list