This should not be allowed to change the address space of the source
and result, so the pointer types should match. The only emitter of
this seems to be a disable clang change, so no tests to update.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM thanks. It should indeed not change the pointer types. The LangRef already uses the same type for return value and argument, so no update should be needed there.