Harald van Dijk 86d1d4eacb
[RISC-V] Allow intrinsics to be used with any pointer type. (#139634)
RISC-V does not use address spaces and leaves them available for user
code to make use of. Intrinsics, however, required pointer types to use
the default address space, complicating handling during lowering to
handle non-default address spaces. When the intrinsics are overloaded,
this is handled without extra effort.

This commit does not yet update Clang builtin functions to also permit
pointers to non-default address spaces.
2025-05-23 09:40:27 +01:00
..