[PATCH] D68593: [NewPM] Add an SROA pass after loop unroll

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 12:00:35 PDT 2019


Carrot added a comment.

I tried to build spec2006int, the time changes from

real    5m54.943s
user    89m17.735s
sys     1m13.810s

to

real    6m0.082s
user    89m30.166s
sys     1m10.192s

So 0.2% difference.

Performance is still running.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68593/new/

https://reviews.llvm.org/D68593





More information about the llvm-commits mailing list