[llvm-commits] [PATCH][polly] isl: Detect openmp parallel loops
Tobias Grosser
tobias at grosser.es
Wed Dec 12 16:22:03 PST 2012
Hi,
I am planning to commit this patch to polly. The patch allows us to
detect parallelism directly on the ast generated by the isl code
generation. For the moment, we just add "pragma omp" annotations to
the pretty printed ast. However, as a next step, we gonna use this
information to drive the Polly SIMD code generations as well as the
openmp parallelizer.
Tobi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-isl-Detect-openmp-parallelism.patch
Type: text/x-patch
Size: 19781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121213/b09a57a5/attachment.bin>
More information about the llvm-commits
mailing list