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:50:36 +08:00
|
|
|
InstCombineAndOrXor.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
|
2013-04-06 05:20:12 +08:00
|
|
|
InstCombineShifts.cpp
|
2010-01-04 15:19:55 +08:00
|
|
|
InstCombineSimplifyDemanded.cpp
|
2010-01-05 13:36:20 +08:00
|
|
|
InstCombineVectorOps.cpp
|
2015-02-11 11:28:02 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/InstCombine
|
2012-06-24 21:32:01 +08:00
|
|
|
|
2016-11-17 12:36:50 +08:00
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|