[PATCH] D66399: [ORCv2] - New Speculate Query Implementation

Praveen velliengiri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 24 08:03:55 PDT 2019


pree-jackie updated this revision to Diff 217021.
pree-jackie added a comment.

I resolved N-1 comments. Plus, this change set implements the launching bulk speculative queries and locking the module before instrumenting.
I kindly request you to review the else-after-return resolved part of code, to check whether I understand it correctly.

Thanks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66399/new/

https://reviews.llvm.org/D66399

Files:
  llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
  llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
  llvm/include/llvm/ExecutionEngine/Orc/Speculation.h
  llvm/lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
  llvm/lib/ExecutionEngine/Orc/Speculation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66399.217021.patch
Type: text/x-patch
Size: 25497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190824/62a1faf3/attachment.bin>


More information about the llvm-commits mailing list