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

Chris Diamand via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 06:26:37 PDT 2016


chrisdiamand_arm updated this revision to Diff 56565.
chrisdiamand_arm added a comment.

Updating the diff after rebasing on ToT (there was a conflict with some reformatting).

Has anyone got any comments on this? In particular, the interaction with the LoopPassManager, and keeping the DominatorTree up-to-date have been improved since Philip pointed those issues out.

Cheers,
Chris


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.56565.patch
Type: text/x-patch
Size: 21564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160509/1b27b5e2/attachment.bin>


More information about the llvm-commits mailing list