mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
66f2370bc2
https://reviews.llvm.org/D52803 This patch adds support to continuously CSE instructions during each of the GISel passes. It consists of a GISelCSEInfo analysis pass that can be used by the CSEMIRBuilder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351283 91177308-0d34-0410-b5e6-96231b3b80d8
27 lines
623 B
CMake
27 lines
623 B
CMake
add_llvm_library(LLVMGlobalISel
|
|
CSEInfo.cpp
|
|
CSEMIRBuilder.cpp
|
|
CallLowering.cpp
|
|
GlobalISel.cpp
|
|
Combiner.cpp
|
|
CombinerHelper.cpp
|
|
GISelChangeObserver.cpp
|
|
IRTranslator.cpp
|
|
InstructionSelect.cpp
|
|
InstructionSelector.cpp
|
|
LegalityPredicates.cpp
|
|
LegalizeMutations.cpp
|
|
Legalizer.cpp
|
|
LegalizerHelper.cpp
|
|
LegalizerInfo.cpp
|
|
Localizer.cpp
|
|
MachineIRBuilder.cpp
|
|
RegBankSelect.cpp
|
|
RegisterBank.cpp
|
|
RegisterBankInfo.cpp
|
|
Utils.cpp
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|