mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
e7766f7108
llvm-svn: 178915
18 lines
426 B
CMake
18 lines
426 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
|
|
)
|
|
|
|
add_dependencies(LLVMInstCombine intrinsics_gen)
|