added basic optimization pass that promotes uniform into varying variables (not array) for nvptx target
This commit is contained in:
@@ -630,7 +630,9 @@ lSetInternalFunctions(llvm::Module *module) {
|
||||
"__nctaid_y",
|
||||
"__nctaid_z",
|
||||
"__warpsize",
|
||||
"__cvt_loc2gen"
|
||||
"__cvt_loc2gen",
|
||||
"__cvt_loc2gen_var",
|
||||
"__cvt_const2gen"
|
||||
};
|
||||
|
||||
int count = sizeof(names) / sizeof(names[0]);
|
||||
|
||||
Reference in New Issue
Block a user