diff options
| author | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-17 21:57:23 +0000 |
|---|---|---|
| committer | Siddharth Bhat <siddu.druid@gmail.com> | 2017-08-17 21:57:23 +0000 |
| commit | b46847c035703f1f3c6a6f8c6833daf7c381b8a1 (patch) | |
| tree | 899661e9600d24bd33c0b2779b2beb7c9a6e05e1 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | |
| parent | e608ef76357e1dcedf7e49e6c4f43468b9431812 (diff) | |
| download | bcm5719-llvm-b46847c035703f1f3c6a6f8c6833daf7c381b8a1.tar.gz bcm5719-llvm-b46847c035703f1f3c6a6f8c6833daf7c381b8a1.zip | |
[ScopInliner] Add a simple Scop-based inliner to polly.
We add a ScopInliner pass which inlines functions based on a simple heuristic:
Let `g` call `f`.
If we can model all of `f` as a Scop, we inline `f` into `g`.
This requires `-polly-detect-full-function` to be enabled. So, the pass
asserts that `-polly-detect-full-function` is enabled.
Differential Revision: https://reviews.llvm.org/D36832
llvm-svn: 311126
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
0 files changed, 0 insertions, 0 deletions

