Preston Gurd
25c3b6acc0
This patch aims to improve compile time performance by increasing
...
the SCEV vector size in LoopStrengthReduce. It is observed that
the BaseRegs vector size is 4 in most cases,
and elements are frequently copied when it is initialized as
SmallVector<const SCEV *, 2> BaseRegs.
Our benchmark results show that the compilation time performance
improved by ~0.5%.
Patch by Wan Xiaofei.
llvm-svn: 174219
2013-02-01 20:41:27 +00:00
..
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-28 01:35:51 +00:00
2013-01-18 21:53:16 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-31 02:00:45 +00:00
2013-01-02 11:36:10 +00:00
2013-01-07 12:31:25 +00:00
2013-01-31 02:00:45 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-09 18:12:03 +00:00
2011-12-12 19:48:00 +00:00
2012-12-03 16:50:05 +00:00
2013-01-10 23:32:01 +00:00
2013-01-02 11:36:10 +00:00
2013-01-21 13:04:33 +00:00
2013-02-01 20:41:27 +00:00
2013-01-21 13:04:33 +00:00
2013-01-21 13:04:33 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-28 01:35:51 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-07 03:53:25 +00:00
2013-01-02 11:36:10 +00:00
2013-01-02 11:36:10 +00:00
2013-01-29 17:42:24 +00:00
2013-01-22 11:26:02 +00:00