diff options
author | Justin Bogner <mail@justinbogner.com> | 2016-01-11 22:39:43 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2016-01-11 22:39:43 +0000 |
commit | 0fb7ed5726f1470f6e117f72ed629fad74862187 (patch) | |
tree | 589854d4d8f41c302cde3923ba0521d4c9a38c63 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 9f67dadea2fd6b16dfc9a3bf9ef2aed6064e051c (diff) | |
download | bcm5719-llvm-0fb7ed5726f1470f6e117f72ed629fad74862187.tar.gz bcm5719-llvm-0fb7ed5726f1470f6e117f72ed629fad74862187.zip |
LoopUnroll: Use the optsize threshold for minsize as well
Currently we're unrolling loops more in minsize than in optsize, which
means -Oz will have a larger code size than -Os. That doesn't make any
sense.
This resolves the FIXME about this in LoopUnrollPass and extends the
optsize test to make sure we use the smaller threshold for minsize as
well.
llvm-svn: 257402
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions