| commit | 07cb3048262b8219ee59f876f1470014bc8aa41f | [log] [tgz] |
|---|---|---|
| author | Aditya Kumar <hiraditya@msn.com> | Tue Nov 29 14:34:01 2016 +0000 |
| committer | Aditya Kumar <hiraditya@msn.com> | Tue Nov 29 14:34:01 2016 +0000 |
| tree | 435f57c04817019636ca841e2c543a82f17a568b | |
| parent | 35c47c494d58af1ed41934f49ea40484238f73eb [diff] |
[GVNHoist] Enable aggressive hoisting when optimizing for code-size Enable scalar hoisting at -Oz as it is safe to hoist scalars to a place where they are partially needed. Differential Revision: https://reviews.llvm.org/D27111 llvm-svn: 288141