summaryrefslogtreecommitdiffstats
path: root/polly/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2017-01-27 22:51:36 +0000
committerMichael Kruse <llvm@meinersbur.de>2017-01-27 22:51:36 +0000
commitd1508812f54f3e7f93f7acb03157775192869b55 (patch)
tree7bb7c4db9b4da704f97324919372ab5850831e17 /polly/lib/CMakeLists.txt
parent6d58dbb62ffb2a1d36f15848dd7b3fb588c18bcb (diff)
downloadbcm5719-llvm-d1508812f54f3e7f93f7acb03157775192869b55.tar.gz
bcm5719-llvm-d1508812f54f3e7f93f7acb03157775192869b55.zip
[Support] Add general isl tools for DeLICM. NFC.
Add some generally useful isl tools into a their own new ISLTools.cpp. These are the helpers were extracted from and will be use by the DeLICM algorithm (https://reviews.llvm.org/D24716). Suggested-by: Tobias Grosser <tobias@grosser.es> llvm-svn: 293340
Diffstat (limited to 'polly/lib/CMakeLists.txt')
-rw-r--r--polly/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index c4ae26f9f44..673db5638ad 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -50,6 +50,7 @@ add_polly_library(Polly
Support/RegisterPasses.cpp
Support/ScopHelper.cpp
Support/ScopLocation.cpp
+ Support/ISLTools.cpp
${POLLY_JSON_FILES}
Transform/Canonicalization.cpp
Transform/CodePreparation.cpp
OpenPOWER on IntegriCloud