[ARM] Rejig MVE load store tests. NFC
[llvm-core.git] / lib / Transforms / Utils / CMakeLists.txt
blobc232aa6223ccb151d05d9f061842a83f8fac3ebc
1 add_llvm_library(LLVMTransformUtils
2   ASanStackFrameLayout.cpp
3   AddDiscriminators.cpp
4   BasicBlockUtils.cpp
5   BreakCriticalEdges.cpp
6   BuildLibCalls.cpp
7   BypassSlowDivision.cpp
8   CallPromotionUtils.cpp
9   CanonicalizeAliases.cpp
10   CloneFunction.cpp
11   CloneModule.cpp
12   CodeExtractor.cpp
13   CtorUtils.cpp
14   DemoteRegToStack.cpp
15   EntryExitInstrumenter.cpp
16   EscapeEnumerator.cpp
17   Evaluator.cpp
18   FlattenCFG.cpp
19   FunctionComparator.cpp
20   FunctionImportUtils.cpp
21   GlobalStatus.cpp
22   GuardUtils.cpp
23   InlineFunction.cpp
24   ImportedFunctionsInliningStatistics.cpp
25   InstructionNamer.cpp
26   IntegerDivision.cpp
27   LCSSA.cpp
28   LibCallsShrinkWrap.cpp
29   Local.cpp
30   LoopRotationUtils.cpp
31   LoopSimplify.cpp
32   LoopUnroll.cpp
33   LoopUnrollAndJam.cpp
34   LoopUnrollPeel.cpp
35   LoopUnrollRuntime.cpp
36   LoopUtils.cpp
37   LoopVersioning.cpp
38   LowerInvoke.cpp
39   LowerMemIntrinsics.cpp
40   LowerSwitch.cpp
41   Mem2Reg.cpp
42   MetaRenamer.cpp
43   ModuleUtils.cpp
44   NameAnonGlobals.cpp
45   PredicateInfo.cpp
46   PromoteMemoryToRegister.cpp
47   StripGCRelocates.cpp
48   SSAUpdater.cpp
49   SSAUpdaterBulk.cpp
50   SanitizerStats.cpp
51   SimplifyCFG.cpp
52   SimplifyIndVar.cpp
53   SimplifyLibCalls.cpp
54   SizeOpts.cpp
55   SplitModule.cpp
56   StripNonLineTableDebugInfo.cpp
57   SymbolRewriter.cpp
58   UnifyFunctionExitNodes.cpp
59   Utils.cpp
60   ValueMapper.cpp
61   VNCoercion.cpp
63   ADDITIONAL_HEADER_DIRS
64   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
65   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Utils
67   DEPENDS
68   intrinsics_gen
69   )