__builtin_nontemporal_store() fails on AMDGPU. This is due to mismatch in address space while creating bitcast. This change matches addrspace of poiter type to src addrSpace in EmitNontemporalStore() in clang codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
pls add newline