[polly] r219003 - [Refactor] Generalize parallel code generation
Tobias Grosser
tobias at grosser.es
Fri Oct 3 13:21:20 PDT 2014
On 03/10/2014 21:10, Johannes Doerfert wrote:
> - Builder.getInt8PtrTy(), Builder.getInt32Ty(), LongTy,
> - LongTy, LongTy};
> + Builder.getInt8PtrTy(), LongType, LongType, LongType,
> + LongType};
Hi Johannes,
while porting my openmp patch to your code I realized you changed
accidentally the signature of this function (The second argument is
transformed from type Int32 to Long). This will cause a mismatch in the
function signature between the callees in libgomp and the call we generate.
Here the original function signature:
http://rosecompiler.org/ROSE_HTML_Reference/libgomp__g_8h.html#8ddee262d7a5838878f06ccad9686668
Cheers,
Tobias
More information about the llvm-commits
mailing list