[PATCH] D12773: [PM] Port SROA to the new pass manager.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 21:26:10 PDT 2015


chandlerc updated this revision to Diff 34529.
chandlerc added a comment.

Rebase and add the last missing bits of the port, including a test of it with
the new PM.

Should be in a good state to land at this point.


http://reviews.llvm.org/D12773

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/SROA.h
  lib/LTO/LTOCodeGenerator.cpp
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/SROA.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/SROA/basictest.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12773.34529.patch
Type: text/x-patch
Size: 44238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150911/fec3de4a/attachment-0001.bin>


More information about the llvm-commits mailing list