1 add_llvm_library(LLVMInstCombine
2 InstructionCombining.cpp
4 InstCombineAndOrXor.cpp
7 InstCombineCompares.cpp
8 InstCombineLoadStoreAlloca.cpp
9 InstCombineMulDivRem.cpp
13 InstCombineSimplifyDemanded.cpp
14 InstCombineVectorOps.cpp
17 add_dependencies(LLVMInstCombine intrinsics_gen)