[InstSimplify] Allow folding of fdiv X, X with just NaNs ignored
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
index c29fcc3c7dd0c184e0e24e0ae67778eb1ac03074..7ee279a56600728b9e2e794e8ae38bcfffca9133 100644 (file)
@@ -17,6 +17,7 @@ add_llvm_library(LLVMScalarOpts
   LICM.cpp
   LoadCombine.cpp
   LoopDeletion.cpp
+  LoopDistribute.cpp
   LoopIdiomRecognize.cpp
   LoopInstSimplify.cpp
   LoopInterchange.cpp
@@ -44,6 +45,7 @@ add_llvm_library(LLVMScalarOpts
   SeparateConstOffsetFromGEP.cpp
   SimplifyCFGPass.cpp
   Sink.cpp
+  SpeculativeExecution.cpp
   StraightLineStrengthReduce.cpp
   StructurizeCFG.cpp
   TailRecursionElimination.cpp