[PATCH] D31459: [Polly][NewPM] Port ScopDetection to the new PassManager
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 06:47:38 PDT 2017
philip.pfaffe created this revision.
philip.pfaffe added a project: Polly.
Herald added subscribers: nemanjai, sanjoy.
This is a proof of concept of how to port polly-passes to the new PassManager architecture. This approach works ootb for Function-Passes, but might not be directly applicable to Scop/Region-Passes. While we could just run the Analyses/Transforms over functions instead, we'd surrender the nice pipelining behaviour we have now.
https://reviews.llvm.org/D31459
Files:
include/polly/LinkAllPasses.h
include/polly/ScopDetection.h
include/polly/ScopInfo.h
lib/Analysis/ScopDetection.cpp
lib/Analysis/ScopGraphPrinter.cpp
lib/Analysis/ScopInfo.cpp
lib/CodeGen/CodeGeneration.cpp
lib/CodeGen/PPCGCodeGeneration.cpp
lib/Support/RegisterPasses.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31459.93365.patch
Type: text/x-patch
Size: 40870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/2da9d1fe/attachment.bin>
More information about the llvm-commits
mailing list