You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
650 B
29 lines
650 B
4 months ago
|
add_llvm_library(LLVMSelectionDAG
|
||
|
DAGCombiner.cpp
|
||
|
FastISel.cpp
|
||
|
FunctionLoweringInfo.cpp
|
||
|
InstrEmitter.cpp
|
||
|
LegalizeDAG.cpp
|
||
|
LegalizeFloatTypes.cpp
|
||
|
LegalizeIntegerTypes.cpp
|
||
|
LegalizeTypes.cpp
|
||
|
LegalizeTypesGeneric.cpp
|
||
|
LegalizeVectorOps.cpp
|
||
|
LegalizeVectorTypes.cpp
|
||
|
ResourcePriorityQueue.cpp
|
||
|
ScheduleDAGFast.cpp
|
||
|
ScheduleDAGRRList.cpp
|
||
|
ScheduleDAGSDNodes.cpp
|
||
|
ScheduleDAGVLIW.cpp
|
||
|
SelectionDAGBuilder.cpp
|
||
|
SelectionDAG.cpp
|
||
|
SelectionDAGDumper.cpp
|
||
|
SelectionDAGISel.cpp
|
||
|
SelectionDAGPrinter.cpp
|
||
|
SelectionDAGTargetInfo.cpp
|
||
|
StatepointLowering.cpp
|
||
|
TargetLowering.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMSelectionDAG intrinsics_gen)
|