[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
Wed May 17 00:59:15 PDT 2017


niosega updated this revision to Diff 99256.
niosega added reviewers: Meinersbur, grosser.
niosega changed the visibility from "Custom Policy" to "Public (No Login Required)".
niosega added subscribers: mgorny, llvm-commits, pollydev.

https://reviews.llvm.org/D32739

Files:
  lib/Exchange/JSONExporter.cpp
  test/CMakeLists.txt
  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.99256.patch
Type: text/x-patch
Size: 83261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170517/a4d5a3f0/attachment-0001.bin>


More information about the llvm-commits mailing list