[PATCH] D28743: [PM] Teach the LoopPassManager to automatically canonicalize loops by runnig LCSSA over them prior to running the loop pipeline.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 11:29:23 PST 2017


This revision was automatically updated to reflect the committed changes.
chandlerc marked an inline comment as done.
Closed by commit rL292241: [PM] Teach the LoopPassManager to automatically canonicalize loops by (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D28743?vs=84617&id=84710#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28743

Files:
  llvm/trunk/include/llvm/Transforms/Scalar/LoopPassManager.h
  llvm/trunk/test/Analysis/IVUsers/quadradic-exit-value.ll
  llvm/trunk/test/Other/new-pass-manager.ll
  llvm/trunk/test/Transforms/LICM/atomics.ll
  llvm/trunk/test/Transforms/LICM/constexpr.ll
  llvm/trunk/test/Transforms/LICM/hoist-nounwind.ll
  llvm/trunk/test/Transforms/LICM/hoisting.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28743.84710.patch
Type: text/x-patch
Size: 7752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/0a58c9c1/attachment.bin>


More information about the llvm-commits mailing list