[PATCH] D63378: [ORC] WIP Speculative compilation
Praveen velliengiri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 12:50:40 PDT 2019
pree-jackie updated this revision to Diff 208480.
pree-jackie added a comment.
Additions in this Change Set
1. Functionality for LLVM and Custom Analysis Integration with Speculator.
2. Speculator Class is refactored to let the client with different program representations re-use the common functionality.
3. Template Parameter is Added to IRSpeculator class to identify the top-level analysis the clients want to run.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63378/new/
https://reviews.llvm.org/D63378
Files:
llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
llvm/lib/ExecutionEngine/Orc/Speculation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63378.208480.patch
Type: text/x-patch
Size: 17542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/2151540f/attachment.bin>
More information about the llvm-commits
mailing list