1 add_llvm_component_library(LLVMInstCombine
2 InstructionCombining.cpp
4 InstCombineAtomicRMW.cpp
5 InstCombineAndOrXor.cpp
8 InstCombineCompares.cpp
9 InstCombineLoadStoreAlloca.cpp
10 InstCombineMulDivRem.cpp
11 InstCombineNegator.cpp
15 InstCombineSimplifyDemanded.cpp
16 InstCombineVectorOps.cpp
18 ADDITIONAL_HEADER_DIRS
19 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
20 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/InstCombine