[PATCH] D33523: [Polly] [OpenMP] Update Subtree values for nested parallel loop
Baranidharan Mohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 15:05:01 PDT 2017
mbdharan created this revision.
mbdharan added a project: Polly.
When generating code for passing values into the sub-function, update old values of arguments if any newer values are present. This ensures that values referenced are available to the caller of the sub-function.
Fixes llvm.org/PR33153
https://reviews.llvm.org/D33523
Files:
include/polly/CodeGen/IslNodeBuilder.h
lib/CodeGen/IslNodeBuilder.cpp
test/CodeGen/OpenMP/nested_parallel_loops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33523.100168.patch
Type: text/x-patch
Size: 4777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/0ecf9333/attachment.bin>
More information about the llvm-commits
mailing list