[PATCH] D32739: [Polly] JSONImporter misses checks whether the data it imports makes sense.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 08:09:49 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303759: [JSONImporter] misses checks whether the data it imports makes sense. (authored by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D32739?vs=99909&id=100092#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32739

Files:
  polly/trunk/lib/Exchange/JSONExporter.cpp
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Bad-relation.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-No-accesses-key.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Not-enough-MemAcc.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Not-enough-statements.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Relation-mispelled.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Statements-mispelled.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Undeclared-ScopArrayInfo.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ImportAccesses-Wrong-number-dimensions.ll
  polly/trunk/test/JSONExporter/ImportAccesses/ia2___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia3___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia4___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia5___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia6___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia7___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia8___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportAccesses/ia___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportArrays/ImportArrays-Mispelled-type.ll
  polly/trunk/test/JSONExporter/ImportArrays/ImportArrays-No-name.ll
  polly/trunk/test/JSONExporter/ImportArrays/ImportArrays-No-sizes-key.ll
  polly/trunk/test/JSONExporter/ImportArrays/ImportArrays-No-type-key.ll
  polly/trunk/test/JSONExporter/ImportArrays/ia2___%bb9---%bb26.jscop.transformed
  polly/trunk/test/JSONExporter/ImportArrays/ia3___%bb9---%bb26.jscop.transformed
  polly/trunk/test/JSONExporter/ImportArrays/ia4___%bb9---%bb26.jscop.transformed
  polly/trunk/test/JSONExporter/ImportArrays/ia___%bb9---%bb26.jscop.transformed
  polly/trunk/test/JSONExporter/ImportContext/ImportContext-Context-mispelled.ll
  polly/trunk/test/JSONExporter/ImportContext/ImportContext-Not-parameter-set.ll
  polly/trunk/test/JSONExporter/ImportContext/ImportContext-Unvalid-Context.ll
  polly/trunk/test/JSONExporter/ImportContext/ImportContext-Wrong-dimension.ll
  polly/trunk/test/JSONExporter/ImportContext/ic2___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportContext/ic3___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportContext/ic4___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportContext/ic___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportSchedule/ImportSchedule-No-schedule-key.ll
  polly/trunk/test/JSONExporter/ImportSchedule/ImportSchedule-Schedule-not-valid.ll
  polly/trunk/test/JSONExporter/ImportSchedule/ImportSchedule-Statements-mispelled.ll
  polly/trunk/test/JSONExporter/ImportSchedule/ImportSchedule-Wrong-number-statements.ll
  polly/trunk/test/JSONExporter/ImportSchedule/is2___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportSchedule/is3___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportSchedule/is4___%for.cond---%for.end10.jscop
  polly/trunk/test/JSONExporter/ImportSchedule/is___%for.cond---%for.end10.jscop

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32739.100092.patch
Type: text/x-patch
Size: 85548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170524/1abf6aef/attachment-0001.bin>


More information about the llvm-commits mailing list