[PATCH] D33362: [Polly][WIP]JSCoP Importer: support for multi-valued schedules
Mike via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 03:14:03 PDT 2017
Mike_Jongen updated this revision to Diff 110161.
Mike_Jongen added a comment.
Fixed the issue of the memory accesses by using -polly-codegen-generate-expressions
I would like to include the functionality of this option to the patch, but I am not yet sure how to do this.
It now does generate the correct working code, as long as -polly-codegen-generate-expressions is used when generating code.
https://reviews.llvm.org/D33362
Files:
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp
lib/Exchange/JSONExporter.cpp
test/ScopDetect/double_convolution___%for.body---%for.end50.jscop.recompute
test/ScopDetect/double_convolution___%for.body---%for.end50.jscop.unbound
test/ScopDetect/recomputation.ll
test/ScopDetect/recomputation_unbound.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33362.110161.patch
Type: text/x-patch
Size: 24932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170808/07ad6064/attachment.bin>
More information about the llvm-commits
mailing list