[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / lib / Transforms / Scalar / CMakeLists.txt
blobe6f8901ec81d1cd706f99899a887034be089d757
1 add_llvm_library(LLVMScalarOpts
2   ADCE.cpp
3   AlignmentFromAssumptions.cpp
4   BDCE.cpp
5   CallSiteSplitting.cpp
6   ConstantHoisting.cpp
7   ConstantProp.cpp
8   CorrelatedValuePropagation.cpp
9   DCE.cpp
10   DeadStoreElimination.cpp
11   DivRemPairs.cpp
12   EarlyCSE.cpp
13   FlattenCFGPass.cpp
14   Float2Int.cpp
15   GuardWidening.cpp
16   GVN.cpp
17   GVNHoist.cpp
18   GVNSink.cpp
19   IVUsersPrinter.cpp
20   InductiveRangeCheckElimination.cpp
21   IndVarSimplify.cpp
22   InferAddressSpaces.cpp
23   InstSimplifyPass.cpp
24   JumpThreading.cpp
25   LICM.cpp
26   LoopAccessAnalysisPrinter.cpp
27   LoopSink.cpp
28   LoopDeletion.cpp
29   LoopDataPrefetch.cpp
30   LoopDistribute.cpp
31   LoopFuse.cpp
32   LoopIdiomRecognize.cpp
33   LoopInstSimplify.cpp
34   LoopInterchange.cpp
35   LoopLoadElimination.cpp
36   LoopPassManager.cpp
37   LoopPredication.cpp
38   LoopRerollPass.cpp
39   LoopRotation.cpp
40   LoopSimplifyCFG.cpp
41   LoopStrengthReduce.cpp
42   LoopUnrollPass.cpp
43   LoopUnrollAndJamPass.cpp
44   LoopUnswitch.cpp
45   LoopVersioningLICM.cpp
46   LowerAtomic.cpp
47   LowerExpectIntrinsic.cpp
48   LowerGuardIntrinsic.cpp
49   LowerWidenableCondition.cpp
50   MakeGuardsExplicit.cpp
51   MemCpyOptimizer.cpp
52   MergeICmps.cpp
53   MergedLoadStoreMotion.cpp
54   NaryReassociate.cpp
55   NewGVN.cpp
56   PartiallyInlineLibCalls.cpp
57   PlaceSafepoints.cpp
58   Reassociate.cpp
59   Reg2Mem.cpp
60   RewriteStatepointsForGC.cpp
61   SCCP.cpp
62   SROA.cpp
63   Scalar.cpp
64   Scalarizer.cpp
65   SeparateConstOffsetFromGEP.cpp
66   SimpleLoopUnswitch.cpp
67   SimplifyCFGPass.cpp
68   Sink.cpp
69   SpeculativeExecution.cpp
70   SpeculateAroundPHIs.cpp
71   StraightLineStrengthReduce.cpp
72   StructurizeCFG.cpp
73   TailRecursionElimination.cpp
74   WarnMissedTransforms.cpp
76   ADDITIONAL_HEADER_DIRS
77   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
78   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Scalar
80   DEPENDS
81   intrinsics_gen
82   )