[PATCH] D33946: [InlineCost] Find identical loads in the callee

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 3 19:02:34 PST 2017


haicheng added a comment.

I ran the spec2006/17 performance again on top of the ToT.  Here is the number:

| Benchmark          | Performance (+ is better) | Code Size (+ is larger) |
| spec2006/milc      | +6.14%                    | -0.04%                  |
| spec2017/deepsjeng | +1.06%                    | -0.32%                  |
| spec2017/xalancbmk | +0.74%                    | 0%                      |
| spec2006/povray    | +0.14%                    | 0%                      |
| spec2006/h264ref   | +0.02%                    | +0.13%                  |
| spec2017/imagick   | 0%                        | +0.01%                  |
| spec2017/gcc       | -0.02%                    | 0%                      |
| spec2017/povray    | -0.12%                    | 0%                      |
| spec2017/blender   | -0.52%                    | 0.02%                   |
| spec2006/xalancbmk | -0.71%                    | 0%                      |


Repository:
  rL LLVM

https://reviews.llvm.org/D33946





More information about the llvm-commits mailing list