added conversion from addrspace(3)/__local/__shared__ to addspace(0)/generic when PtrToInt is called
This commit is contained in:
@@ -629,7 +629,8 @@ lSetInternalFunctions(llvm::Module *module) {
|
||||
"__nctaid_x",
|
||||
"__nctaid_y",
|
||||
"__nctaid_z",
|
||||
"__warpsize"
|
||||
"__warpsize",
|
||||
"__cvt_loc2gen"
|
||||
};
|
||||
|
||||
int count = sizeof(names) / sizeof(names[0]);
|
||||
|
||||
Reference in New Issue
Block a user