diff options
author | Florian Hahn <flo@fhahn.com> | 2020-01-04 18:15:02 +0000 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-01-04 18:29:35 +0000 |
commit | 51ef53f3bd23559203fe9af82ff2facbfedc1db3 (patch) | |
tree | 39c4f19b2f412cc832a747e2d1e8173a21831f47 /llvm/unittests/Transforms/Utils/CMakeLists.txt | |
parent | 99f74a64a2dd75b91dc0dbd1f9a6298a1c21fd64 (diff) | |
download | bcm5719-llvm-51ef53f3bd23559203fe9af82ff2facbfedc1db3.tar.gz bcm5719-llvm-51ef53f3bd23559203fe9af82ff2facbfedc1db3.zip |
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
SCEVExpander modifies the underlying function so it is more suitable in
Transforms/Utils, rather than Analysis. This allows using other
transform utils in SCEVExpander.
Reviewers: sanjoy.google, efriedma, reames
Reviewed By: sanjoy.google
Differential Revision: https://reviews.llvm.org/D71537
Diffstat (limited to 'llvm/unittests/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/Transforms/Utils/CMakeLists.txt b/llvm/unittests/Transforms/Utils/CMakeLists.txt index 424f09025ea..fd19fad586f 100644 --- a/llvm/unittests/Transforms/Utils/CMakeLists.txt +++ b/llvm/unittests/Transforms/Utils/CMakeLists.txt @@ -17,6 +17,7 @@ add_llvm_unittest(UtilsTests LocalTest.cpp LoopUtilsTest.cpp SizeOptsTest.cpp + ScalarEvolutionExpanderTest.cpp SSAUpdaterBulkTest.cpp UnrollLoopTest.cpp ValueMapperTest.cpp |