Xinliang David Li
d21601a929
[PartialInlining]: Improve partial inlining to handle complex conditions
...
Differential Revision: http://reviews.llvm.org/D32249
llvm-svn: 301561
2017-04-27 16:34:00 +00:00
Sean Silva
f801575fd0
CodeExtractor : Add ability to preserve profile data.
...
Added ability to estimate the entry count of the extracted function and
the branch probabilities of the exit branches.
Patch by River Riddle!
Differential Revision: https://reviews.llvm.org/D22744
llvm-svn: 277411
2016-08-02 02:15:45 +00:00
Sean Silva
423c7149dc
Revert r277313 and r277314.
...
They seem to trigger an LSan failure:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/15140/steps/check-llvm%20asan/logs/stdio
Revert "Add the tests for r277313"
This reverts commit r277314.
Revert "CodeExtractor : Add ability to preserve profile data."
This reverts commit r277313.
llvm-svn: 277317
2016-08-01 04:16:09 +00:00
Sean Silva
72be9a6937
Add the tests for r277313
...
Forgot to `git add` them.
llvm-svn: 277314
2016-08-01 03:04:34 +00:00