[PATCH] D33362: [Polly][WIP]JSCoP Importer: support for multi-valued schedules

Mike via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 08:50:53 PDT 2017


Mike_Jongen updated this revision to Diff 108093.
Mike_Jongen added a comment.

Complete working version.
tested with commit 91e4e0e117198cfcb5fc0cb218cf381c20e13e78 (Mon Jun 19 17:44:02 2017).
I will soon check if the patch still works with the current version.

-fixed the memory accesses of the copied statements
-fixed the domain of the copied statements
-after the scop is adjusted, the dependences are recomputed
-changed the test cases, now they are more easily understandable and the related Jscop files perform the correct transformations


https://reviews.llvm.org/D33362

Files:
  include/polly/ScopInfo.h
  lib/Analysis/DependenceInfo.cpp
  lib/Analysis/ScopInfo.cpp
  lib/Exchange/JSONExporter.cpp
  test/ScopDetect/recomputation.ll
  test/ScopDetect/recomputation_unbound.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33362.108093.patch
Type: text/x-patch
Size: 21981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/2323de57/attachment-0001.bin>


More information about the llvm-commits mailing list