[PATCH] D33688: [Polly] Heap allocation for new arrays
Bonfante Nicolas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 13:11:19 PDT 2017
niosega updated this revision to Diff 104238.
niosega added a comment.
- Refactor code in JSONExporter for heap allocation detection.
- Remove the test case concerning
- Add CHECK in the test case for malloc/free to check if the inserting positions are correct.
https://reviews.llvm.org/D33688
Files:
include/polly/CodeGen/IslNodeBuilder.h
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp
lib/CodeGen/CodeGeneration.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.104238.patch
Type: text/x-patch
Size: 21193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170627/c68bbb77/attachment.bin>
More information about the llvm-commits
mailing list