diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
commit | 1a56a5ead7a2e84bee8240f5f6b033b5f1707154 (patch) | |
tree | 2f526c9cfcb089e51c33d6e1f0d51b10bda34714 /lib/Transforms/Scalar | |
parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) |
Notes
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r-- | lib/Transforms/Scalar/CMakeLists.txt | 80 | ||||
-rw-r--r-- | lib/Transforms/Scalar/LLVMBuild.txt | 23 |
2 files changed, 0 insertions, 103 deletions
diff --git a/lib/Transforms/Scalar/CMakeLists.txt b/lib/Transforms/Scalar/CMakeLists.txt deleted file mode 100644 index e3548ce5cd0a..000000000000 --- a/lib/Transforms/Scalar/CMakeLists.txt +++ /dev/null @@ -1,80 +0,0 @@ -add_llvm_library(LLVMScalarOpts - ADCE.cpp - AlignmentFromAssumptions.cpp - BDCE.cpp - CallSiteSplitting.cpp - ConstantHoisting.cpp - ConstantProp.cpp - CorrelatedValuePropagation.cpp - DCE.cpp - DeadStoreElimination.cpp - DivRemPairs.cpp - EarlyCSE.cpp - FlattenCFGPass.cpp - Float2Int.cpp - GuardWidening.cpp - GVN.cpp - GVNHoist.cpp - GVNSink.cpp - IVUsersPrinter.cpp - InductiveRangeCheckElimination.cpp - IndVarSimplify.cpp - InferAddressSpaces.cpp - InstSimplifyPass.cpp - JumpThreading.cpp - LICM.cpp - LoopAccessAnalysisPrinter.cpp - LoopSink.cpp - LoopDeletion.cpp - LoopDataPrefetch.cpp - LoopDistribute.cpp - LoopIdiomRecognize.cpp - LoopInstSimplify.cpp - LoopInterchange.cpp - LoopLoadElimination.cpp - LoopPassManager.cpp - LoopPredication.cpp - LoopRerollPass.cpp - LoopRotation.cpp - LoopSimplifyCFG.cpp - LoopStrengthReduce.cpp - LoopUnrollPass.cpp - LoopUnrollAndJamPass.cpp - LoopUnswitch.cpp - LoopVersioningLICM.cpp - LowerAtomic.cpp - LowerExpectIntrinsic.cpp - LowerGuardIntrinsic.cpp - MakeGuardsExplicit.cpp - MemCpyOptimizer.cpp - MergeICmps.cpp - MergedLoadStoreMotion.cpp - NaryReassociate.cpp - NewGVN.cpp - PartiallyInlineLibCalls.cpp - PlaceSafepoints.cpp - Reassociate.cpp - Reg2Mem.cpp - RewriteStatepointsForGC.cpp - SCCP.cpp - SROA.cpp - Scalar.cpp - Scalarizer.cpp - SeparateConstOffsetFromGEP.cpp - SimpleLoopUnswitch.cpp - SimplifyCFGPass.cpp - Sink.cpp - SpeculativeExecution.cpp - SpeculateAroundPHIs.cpp - StraightLineStrengthReduce.cpp - StructurizeCFG.cpp - TailRecursionElimination.cpp - WarnMissedTransforms.cpp - - ADDITIONAL_HEADER_DIRS - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms - ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Scalar - - DEPENDS - intrinsics_gen - ) diff --git a/lib/Transforms/Scalar/LLVMBuild.txt b/lib/Transforms/Scalar/LLVMBuild.txt deleted file mode 100644 index ffe35f041b35..000000000000 --- a/lib/Transforms/Scalar/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Transforms/Scalar/LLVMBuild.txt --------------------*- Conf -*--===; -; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. -; -;===------------------------------------------------------------------------===; -; -; This is an LLVMBuild description file for the components in this subdirectory. -; -; For more information on the LLVMBuild system, please see: -; -; http://llvm.org/docs/LLVMBuild.html -; -;===------------------------------------------------------------------------===; - -[component_0] -type = Library -name = Scalar -parent = Transforms -library_name = ScalarOpts -required_libraries = AggressiveInstCombine Analysis Core InstCombine Support TransformUtils |