summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MacroFusion.cpp
diff options
context:
space:
mode:
authorSiddharth Bhat <siddu.druid@gmail.com>2017-08-09 12:59:23 +0000
committerSiddharth Bhat <siddu.druid@gmail.com>2017-08-09 12:59:23 +0000
commitc4a4af47f35cec5a0820ff80544192eb392ae605 (patch)
tree3e82335b91597ebb618d9eb5613f482eb5c23e67 /llvm/lib/CodeGen/MacroFusion.cpp
parentc22824a6fcc56618d71fc58ba206aefe4f3c3525 (diff)
downloadbcm5719-llvm-c4a4af47f35cec5a0820ff80544192eb392ae605.tar.gz
bcm5719-llvm-c4a4af47f35cec5a0820ff80544192eb392ae605.zip
[ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed memory.
This pass is useful to automatically convert a codebase that uses malloc/free to use their managed memory counterparts. Currently, rewrite malloc and free to the `polly_{malloc,free}Managed` variants. A future patch will teach ManagedMemoryRewrite to rewrite global arrays as pointers to globally allocated managed memory. Differential Revision: https://reviews.llvm.org/D36513 llvm-svn: 310471
Diffstat (limited to 'llvm/lib/CodeGen/MacroFusion.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud