[PATCH] D21090: [PM] Port LCSSA to the new PM

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 15:12:23 PDT 2016


eraman updated this revision to Diff 59959.
eraman marked 3 inline comments as done.
eraman added a comment.

Address Davide's comments and rebase.


http://reviews.llvm.org/D21090

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Utils/LCSSA.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/LoopInterchange.cpp
  lib/Transforms/Scalar/LoopVersioningLICM.cpp
  lib/Transforms/Utils/LCSSA.cpp
  lib/Transforms/Utils/LoopUtils.cpp
  lib/Transforms/Utils/Utils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
  test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
  test/Transforms/LCSSA/2006-07-09-NoDominator.ll
  test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
  test/Transforms/LCSSA/basictest.ll
  test/Transforms/LCSSA/invoke-dest.ll
  test/Transforms/LCSSA/mixed-catch.ll
  test/Transforms/LCSSA/unused-phis.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21090.59959.patch
Type: text/x-patch
Size: 15080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/1bece1bb/attachment.bin>


More information about the llvm-commits mailing list