1 set(LLVM_TARGET_DEFINITIONS InstCombineTables.td)
2 tablegen(LLVM InstCombineTables.inc -gen-searchable-tables)
3 add_public_tablegen_target(InstCombineTableGen)
5 add_llvm_library(LLVMInstCombine
6 InstructionCombining.cpp
8 InstCombineAtomicRMW.cpp
9 InstCombineAndOrXor.cpp
12 InstCombineCompares.cpp
13 InstCombineLoadStoreAlloca.cpp
14 InstCombineMulDivRem.cpp
18 InstCombineSimplifyDemanded.cpp
19 InstCombineVectorOps.cpp
21 ADDITIONAL_HEADER_DIRS
22 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
23 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/InstCombine