[hip] Enable pointer argument lowering through coercing type.
authorMichael Liao <michael.hliao@gmail.com>
Mon, 4 Nov 2019 16:41:07 +0000 (11:41 -0500)
committerMichael Liao <michael.hliao@gmail.com>
Tue, 5 Nov 2019 18:05:05 +0000 (13:05 -0500)
commit15140e4bacf94fbc509e5a139909aefcd1cc3363
tree6d548c46510591f15034544265838b0cd16ddefd
parent82588e05cc32bb30807e480abd4e689b0dee132a
[hip] Enable pointer argument lowering through coercing type.

Reviewers: tra, rjmccall, yaxunl

Subscribers: jvesely, nhaehnle, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69826
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGenCUDA/amdgpu-kernel-arg-pointer-type.cu [new file with mode: 0644]