mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
30dd62db8c
[ORC] Remove Speculator Variants for Different Program Representations [ORC] Block Freq Analysis Speculative Compilation with Naive Block Frequency Add Applications to OrcSpeculation ORC v2 with Block Freq Query & Example Deleted BenchMark Programs Signed-off-by: preejackie <praveenvelliengiri@gmail.com> ORCv2 comments resolved [ORCV2] NFC ORCv2 NFC [ORCv2] Speculative compilation - CFGWalkQuery ORCv2 Adapting IRSpeculationLayer to new locking scheme llvm-svn: 367756
15 lines
178 B
CMake
15 lines
178 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
IRReader
|
|
OrcJIT
|
|
ExecutionEngine
|
|
Support
|
|
nativecodegen
|
|
Analysis
|
|
Passes
|
|
)
|
|
|
|
add_llvm_example(SpeculativeJIT
|
|
SpeculativeJIT.cpp
|
|
)
|