summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-10-18 12:28:00 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2015-10-18 12:28:00 +0000
commit01978cfa0c1f99e59233289c0e6bd4b64ea2fe57 (patch)
tree2fc6df9b8564062b1413bec00dd65b1d824ac53e /polly/lib/CodeGen
parentc2c154e07865cf4fe6920aed0d1e61a4cdb4d24b (diff)
downloadbcm5719-llvm-01978cfa0c1f99e59233289c0e6bd4b64ea2fe57.tar.gz
bcm5719-llvm-01978cfa0c1f99e59233289c0e6bd4b64ea2fe57.zip
Remove independent blocks pass
Polly can now be used as a analysis only tool as long as the code generation is disabled. However, we do not have an alternative to the independent blocks pass in place yet, though in the relevant cases this does not seem to impact the performance much. Nevertheless, a virtual alternative that allows the same transformations without changing the input region will follow shortly. llvm-svn: 250652
Diffstat (limited to 'polly/lib/CodeGen')
-rw-r--r--polly/lib/CodeGen/CodeGeneration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp
index 7b92de0d9d2..4ea9db338bc 100644
--- a/polly/lib/CodeGen/CodeGeneration.cpp
+++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -192,7 +192,6 @@ public:
// region tree.
AU.addPreserved<RegionInfoPass>();
AU.addPreserved<ScopInfo>();
- AU.addPreservedID(IndependentBlocksID);
}
};
}
OpenPOWER on IntegriCloud