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

Mike via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 08:48:59 PDT 2017


Mike_Jongen updated this revision to Diff 102556.
Mike_Jongen added a comment.
Herald added a reviewer: bollu.

I have some difficulty updating the patch to the current version of polly (see this <https://groups.google.com/forum/#!topic/polly-dev/FjA2OPg_Gig>)
This version works for the polly version of the 24th of May:
llvm: commit 133fa95ca7019682c74d1c40f93d68014827a943
clang: commit 03e95d2ffb90719219513cabb351bbd88b2ee6d2
Polly: commit 577440293cadb977f910690b8ae0eb73372cde0a

The error was indeed the isl_id of the schedule. This is now fixed (the schedule and domain of the scop now have the same id).


https://reviews.llvm.org/D33362

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/Exchange/JSONExporter.cpp
  test/ScopDetect/double_convolution___%for.cond1.preheader---%for.end37.jscop.notbound
  test/ScopDetect/double_convolution___%for.cond1.preheader---%for.end37.jscop.recompute
  test/ScopDetect/recomputation.ll
  test/ScopDetect/recomputation_unbound.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33362.102556.patch
Type: text/x-patch
Size: 27694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/2222889b/attachment-0001.bin>


More information about the llvm-commits mailing list