2010-01-04 14:28:20 +08:00
|
|
|
add_llvm_library(LLVMInstCombine
|
|
|
|
InstructionCombining.cpp
|
2010-01-05 15:18:46 +08:00
|
|
|
InstCombineAddSub.cpp
|
2010-01-05 15:32:13 +08:00
|
|
|
InstCombineCalls.cpp
|
2010-01-04 15:53:58 +08:00
|
|
|
InstCombineCasts.cpp
|
2010-01-04 15:37:31 +08:00
|
|
|
InstCombineCompares.cpp
|
2010-01-05 13:57:49 +08:00
|
|
|
InstCombineLoadStoreAlloca.cpp
|
2010-01-05 14:09:35 +08:00
|
|
|
InstCombineMulDivRem.cpp
|
2010-01-05 13:31:55 +08:00
|
|
|
InstCombinePHI.cpp
|
2010-01-05 14:03:12 +08:00
|
|
|
InstCombineSelect.cpp
|
2010-01-05 15:44:46 +08:00
|
|
|
InstCombineShifts.cpp
|
2010-01-04 15:19:55 +08:00
|
|
|
InstCombineSimplifyDemanded.cpp
|
2010-01-05 13:36:20 +08:00
|
|
|
InstCombineVectorOps.cpp
|
2010-01-04 14:28:20 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries (LLVMInstCombine LLVMTransformUtils)
|