mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 15:04:57 +00:00
58ddbda58c
it does make sense to keep them together, at least for now. llvm-svn: 92711
18 lines
437 B
CMake
18 lines
437 B
CMake
add_llvm_library(LLVMInstCombine
|
|
InstructionCombining.cpp
|
|
InstCombineAddSub.cpp
|
|
InstCombineAndOrXor.cpp
|
|
InstCombineCalls.cpp
|
|
InstCombineCasts.cpp
|
|
InstCombineCompares.cpp
|
|
InstCombineLoadStoreAlloca.cpp
|
|
InstCombineMulDivRem.cpp
|
|
InstCombinePHI.cpp
|
|
InstCombineSelect.cpp
|
|
InstCombineShifts.cpp
|
|
InstCombineSimplifyDemanded.cpp
|
|
InstCombineVectorOps.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMInstCombine LLVMTransformUtils)
|