[PATCH] D43736: [AMDGPU] Remove use of OpenCL triple environment and replace with function attribute for AMDGPU

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 07:24:07 PST 2018


t-tye marked 2 inline comments as done.
t-tye added inline comments.


================
Comment at: include/llvm/ADT/Triple.h:205
     Cygnus,
-    AMDOpenCL,
     CoreCLR,
----------------
arsenm wrote:
> This isn't related to this. This was used in the x86 OpenCL implementation to change some lib calls I believe
Split into separate patch D43895.


https://reviews.llvm.org/D43736





More information about the llvm-commits mailing list