[PATCH] D33688: [Polly] Heap allocation for new arrays

Bonfante Nicolas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 09:04:44 PDT 2017


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

Release the memory.

Remove the cli option and now use a JSON property to enable heap allocation.

Remove metadatas in the test case.


https://reviews.llvm.org/D33688

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/Exchange/JSONExporter.cpp
  test/Isl/CodeGen/MemAccess/create_arrays_heap.ll
  test/Isl/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preheader---%for.end18.jscop
  test/Isl/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preheader---%for.end18.jscop.transformed

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33688.101926.patch
Type: text/x-patch
Size: 18835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170608/6617be10/attachment.bin>


More information about the llvm-commits mailing list