Files
clang-p2996/clang/lib/CodeGen/Targets/AArch64.cpp
David Green 030a471753 [AArch64][Clang] Exclude address spaces from pointer-only coercion types.
As reported on #135064, the generic pointer coercion code in
CoerceIntOrPtrToIntOrPtr cannot handle address space casts (it tries to bitcast
the pointers). This bails out if an address space qualifier is found on the
pointer.
2025-06-12 20:51:58 +01:00

52 KiB