diff options
author | Michael Kruse <llvm@meinersbur.de> | 2016-10-04 17:33:39 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2016-10-04 17:33:39 +0000 |
commit | 6ab4476835c1cc52a7f94a61941ec23d57746123 (patch) | |
tree | 286a1cca83f2bb7f2ee699d71bd7e77b220ce217 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp | |
parent | ca7cbcca373c8ae451b36a9c033d967dde35dcdf (diff) | |
download | bcm5719-llvm-6ab4476835c1cc52a7f94a61941ec23d57746123.tar.gz bcm5719-llvm-6ab4476835c1cc52a7f94a61941ec23d57746123.zip |
[ScopInfo] Add -polly-unprofitable-scalar-accs option.
With this option one can disable the heuristic that assumes that statements with
a scalar write access cannot be profitably optimized. Such a statement instances
necessarily have WAW-dependences to itself. With DeLICM scalar accesses can be
changed to array accesses, which can avoid these WAW-dependence.
llvm-svn: 283233
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/testprog.cpp')
0 files changed, 0 insertions, 0 deletions