Files
clang-p2996/llvm/test/CodeGen/X86
Wei Mi 20526b2725 [ConstHoisting] choose to hoist when frequency is the same.
The patch is to adjust the strategy of frequency based consthoisting:
Previously when the candidate block has the same frequency with the existing
blocks containing a const, it will not hoist the const to the candidate block.
For that case, now we change the strategy to hoist the const if only existing
blocks have more than one block member. This is helpful for reducing code size.

Differential Revision: https://reviews.llvm.org/D35084

llvm-svn: 307328
2017-07-06 22:32:27 +00:00
..
2017-03-14 14:03:16 +00:00
2017-05-09 16:32:11 +00:00
2017-03-28 23:46:14 +00:00
2017-06-28 17:12:51 +00:00
2017-07-04 21:51:05 +00:00
2017-04-21 09:21:01 +00:00
2017-03-17 22:47:21 +00:00
2017-06-25 16:12:45 +00:00
2017-06-26 15:53:11 +00:00
2017-03-16 15:10:42 +00:00
2017-05-15 13:14:04 +00:00
2017-04-02 14:21:14 +00:00
2017-05-17 13:39:16 +00:00
2017-03-14 09:09:26 +00:00
2017-04-22 20:13:58 +00:00
2017-04-22 20:13:58 +00:00
2017-04-22 20:13:58 +00:00
2017-03-12 13:20:10 +00:00
2017-06-02 07:45:22 +00:00