[AMDGPU][clang] Fix __builtin_nontemporal_store() failure on AMDGPU
authorskc7 <Krishna.Sankisa@amd.com>
Wed, 1 Dec 2021 06:12:57 +0000 (06:12 +0000)
committerskc7 <Krishna.Sankisa@amd.com>
Thu, 2 Dec 2021 05:53:25 +0000 (05:53 +0000)
commit16b781e6d16dead414a7036c8b59f1700ea49251
tree709cbc3a63c3c965e6d4f8b75d1e881b0d1b343d
parentf13b43d5702bed381bb1717e2336f7f23ae722b4
[AMDGPU][clang] Fix  __builtin_nontemporal_store() failure on AMDGPU

Reviewed By: yaxunl, sameerds

Differential Revision: https://reviews.llvm.org/D114849
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGenOpenCL/amdgcn-non-temporal-store.cl [new file with mode: 0644]