[PATCH] D20146: [PM] Port DSE to the new pass manager.

Jake VanAdrighem via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 19:38:16 PDT 2016


JakeVanAdrighem updated this revision to Diff 57280.
JakeVanAdrighem marked 3 inline comments as done.
JakeVanAdrighem added a comment.

Pull out all the member functions to be helpers. The diff here is less clean but this is just because the helpers needed to be moved around.


Repository:
  rL LLVM

http://reviews.llvm.org/D20146

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/DeadStoreElimination.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/DeadStoreElimination.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/DeadStoreElimination/simple.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20146.57280.patch
Type: text/x-patch
Size: 31835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160514/2c4df1a1/attachment.bin>


More information about the llvm-commits mailing list