mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5eea1c2f70
This reverts commit 59d6e814ce0e7b40b7cc3ab136b9af2ffab9c6f8. The cause for the revert (3 clang tests running opt -ipconstprop) was fixed by removing those lines.
49 lines
984 B
CMake
49 lines
984 B
CMake
add_llvm_component_library(LLVMipo
|
|
AlwaysInliner.cpp
|
|
ArgumentPromotion.cpp
|
|
Attributor.cpp
|
|
AttributorAttributes.cpp
|
|
BarrierNoopPass.cpp
|
|
BlockExtractor.cpp
|
|
CalledValuePropagation.cpp
|
|
ConstantMerge.cpp
|
|
CrossDSOCFI.cpp
|
|
DeadArgumentElimination.cpp
|
|
ElimAvailExtern.cpp
|
|
ExtractGV.cpp
|
|
ForceFunctionAttrs.cpp
|
|
FunctionAttrs.cpp
|
|
FunctionImport.cpp
|
|
GlobalDCE.cpp
|
|
GlobalOpt.cpp
|
|
GlobalSplit.cpp
|
|
HotColdSplitting.cpp
|
|
IPO.cpp
|
|
InferFunctionAttrs.cpp
|
|
InlineSimple.cpp
|
|
Inliner.cpp
|
|
Internalize.cpp
|
|
LoopExtractor.cpp
|
|
LowerTypeTests.cpp
|
|
MergeFunctions.cpp
|
|
OpenMPOpt.cpp
|
|
PartialInlining.cpp
|
|
PassManagerBuilder.cpp
|
|
PruneEH.cpp
|
|
SampleProfile.cpp
|
|
SCCP.cpp
|
|
StripDeadPrototypes.cpp
|
|
StripSymbols.cpp
|
|
SyntheticCountsPropagation.cpp
|
|
ThinLTOBitcodeWriter.cpp
|
|
WholeProgramDevirt.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/IPO
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
omp_gen
|
|
)
|