[PATCH] D99354: [SimpleLoopUnswitch] Port partially invariant unswitch from LoopUnswitch to SimpleLoopUnswitch

Rui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 21:14:27 PDT 2022


rui.zhang added a comment.
Herald added a project: All.

In D99354#2795599 <https://reviews.llvm.org/D99354#2795599>, @jaykang10 wrote:

> I was able to see the speed up on omnetpp of SPEC2006 but there was no speedup on omentpp of SPEC2017. I guess you are looking SPEC2017 one.

@jaykang10, can you share the key loops that contribute to the speedup you observed from partial unswitch in spec2k6 omnetpp by any chance? Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99354



More information about the llvm-commits mailing list