1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Frontend/OpenMP
Jon Chesterfield f9dde08444 [OpenMP] Emit calls to int64_t functions for amdgcn
[OpenMP] Emit calls to int64_t functions for amdgcn

Two functions, syncwarp and active_thread_mask, return lanemask_t. Currently
this is assumed to be int32, which is true for nvptx. Patch makes the type
target architecture dependent.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D89746
2020-10-22 15:02:47 +01:00
..
CMakeLists.txt [gn build] (manually) merge 943660fd15f193 2020-07-11 06:44:28 -04:00
LLVMBuild.txt
OMPContext.cpp [OpenMP] Allow traits for the OpenMP context selector isa 2020-07-29 10:22:27 -05:00
OMPIRBuilder.cpp [OpenMP] Emit calls to int64_t functions for amdgcn 2020-10-22 15:02:47 +01:00