838 changes: 1 addition & 837 deletions llvm/unittests/Analysis/ScalarEvolutionTest.cpp

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions llvm/unittests/Transforms/Utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_llvm_unittest(UtilsTests
LocalTest.cpp
LoopUtilsTest.cpp
SizeOptsTest.cpp
ScalarEvolutionExpanderTest.cpp
SSAUpdaterBulkTest.cpp
UnrollLoopTest.cpp
ValueMapperTest.cpp
Expand Down
2 changes: 1 addition & 1 deletion llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "llvm/Analysis/DependenceAnalysis.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Analysis/ScalarEvolutionExpander.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/LLVMContext.h"
Expand Down
923 changes: 923 additions & 0 deletions llvm/unittests/Transforms/Utils/ScalarEvolutionExpanderTest.cpp

Large diffs are not rendered by default.