summaryrefslogtreecommitdiffstats
path: root/polly/lib/RegisterPasses.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-10-02 19:50:38 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2012-10-02 19:50:38 +0000
commit0934e70e6e30a320932dab82d2cc306a201328ea (patch)
tree075553d80120e512d2d3d065d8de1bedd6f24ea3 /polly/lib/RegisterPasses.cpp
parent50fce4f8dea7959f4ab3df7747167c75e7f7b627 (diff)
downloadbcm5719-llvm-0934e70e6e30a320932dab82d2cc306a201328ea.tar.gz
bcm5719-llvm-0934e70e6e30a320932dab82d2cc306a201328ea.zip
Add an ast pretty printer pass based on the isl code generator
llvm-svn: 165036
Diffstat (limited to 'polly/lib/RegisterPasses.cpp')
-rw-r--r--polly/lib/RegisterPasses.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/RegisterPasses.cpp b/polly/lib/RegisterPasses.cpp
index e54131897e0..18b59c7d736 100644
--- a/polly/lib/RegisterPasses.cpp
+++ b/polly/lib/RegisterPasses.cpp
@@ -139,6 +139,9 @@ static void initializePollyPasses(PassRegistry &Registry) {
initializeIndependentBlocksPass(Registry);
initializeJSONExporterPass(Registry);
initializeJSONImporterPass(Registry);
+#ifdef ISL_CODEGEN_FOUND
+ initializeIslAstInfoPass(Registry);
+#endif
initializeIslScheduleOptimizerPass(Registry);
#ifdef SCOPLIB_FOUND
initializePoccPass(Registry);
OpenPOWER on IntegriCloud