[PATCH] D17203: [LICM] Sink entire inner loops.

Chris Diamand via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 09:12:48 PST 2016


chrisdiamand_arm updated the summary for this revision.
chrisdiamand_arm updated this revision to Diff 49834.
chrisdiamand_arm added a comment.

This now updates the DominatorTree incrementally, rather than recalculating the whole thing at the end of runOnLoop().


http://reviews.llvm.org/D17203

Files:
  include/llvm/Analysis/LoopInfo.h
  include/llvm/Analysis/LoopPass.h
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Analysis/LoopInfo.cpp
  lib/Analysis/LoopPass.cpp
  lib/Transforms/Scalar/LICM.cpp
  test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll
  test/Transforms/LICM/inner-loop-dont-sink.ll
  test/Transforms/LICM/inner-loop-sink-multiple-phi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17203.49834.patch
Type: text/x-patch
Size: 21592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/ca82de95/attachment.bin>


More information about the llvm-commits mailing list