[PATCH] D31843: [LCSSA] Try to not walk the dominator tree more than necessary

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 11:07:28 PDT 2017


davide updated this revision to Diff 94626.
davide added a comment.

Updated version, which is correct but not as fast :( (just 2 seconds faster than the unoptimized version).
Apparently we still spend too much time walking the dominator. I'll take a look.


https://reviews.llvm.org/D31843

Files:
  include/llvm/Analysis/LoopInfo.h
  lib/Transforms/Utils/LCSSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31843.94626.patch
Type: text/x-patch
Size: 5484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/ca0a9f09/attachment-0001.bin>


More information about the llvm-commits mailing list