1add_llvm_component_library(LLVMSelectionDAG 2 DAGCombiner.cpp 3 FastISel.cpp 4 FunctionLoweringInfo.cpp 5 InstrEmitter.cpp 6 LegalizeDAG.cpp 7 LegalizeFloatTypes.cpp 8 LegalizeIntegerTypes.cpp 9 LegalizeTypes.cpp 10 LegalizeTypesGeneric.cpp 11 LegalizeVectorOps.cpp 12 LegalizeVectorTypes.cpp 13 ResourcePriorityQueue.cpp 14 ScheduleDAGFast.cpp 15 ScheduleDAGRRList.cpp 16 ScheduleDAGSDNodes.cpp 17 ScheduleDAGVLIW.cpp 18 SelectionDAGBuilder.cpp 19 SelectionDAG.cpp 20 SelectionDAGAddressAnalysis.cpp 21 SelectionDAGDumper.cpp 22 SelectionDAGISel.cpp 23 SelectionDAGPrinter.cpp 24 SelectionDAGTargetInfo.cpp 25 StatepointLowering.cpp 26 TargetLowering.cpp 27 28 DEPENDS 29 intrinsics_gen 30 31 LINK_COMPONENTS 32 Analysis 33 CodeGen 34 CodeGenTypes 35 Core 36 MC 37 Support 38 Target 39 TargetParser 40 TransformUtils 41 ) 42