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

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 11:58:11 PDT 2016


eraman created this revision.
eraman added a reviewer: chandlerc.
eraman added a subscriber: llvm-commits.
Herald added subscribers: mzolotukhin, sanjoy.

The new pass does not preserve the same set as the legacy pass and I've added FIXMEs to indicate what is missing. 

http://reviews.llvm.org/D21090

Files:
  include/llvm/InitializePasses.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-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.59924.patch
Type: text/x-patch
Size: 11430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/135e3e84/attachment.bin>


More information about the llvm-commits mailing list