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

Bonfante Nicolas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 07:29:29 PDT 2017


niosega updated this revision to Diff 99909.
niosega added a comment.

Take into account the remarks of Tobias concerning the line before comments.
Also rebase with the last version of master.


https://reviews.llvm.org/D32739

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32739.99909.patch
Type: text/x-patch
Size: 81770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170523/38eb5818/attachment.bin>


More information about the llvm-commits mailing list