[PATCH] D54695: [PM] Port Scalarizer to the new pass manager.

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 05:23:05 PST 2018


markus updated this revision to Diff 174754.
markus added a comment.

Hopefully this patch solves most of the comments I have received so far.

You may notice that some stuff about dominator trees have simply disappeared from the patch and this is because I previously, by accident, managed to include some downstream local changes that are note relevant for upstreaming.


https://reviews.llvm.org/D54695

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Scalar.h
  include/llvm/Transforms/Scalar/Scalarizer.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/Scalar.cpp
  lib/Transforms/Scalar/Scalarizer.cpp
  test/Transforms/Scalarizer/basic.ll
  test/Transforms/Scalarizer/cache-bug.ll
  test/Transforms/Scalarizer/crash-bug.ll
  test/Transforms/Scalarizer/dbginfo.ll
  test/Transforms/Scalarizer/dbgloc-bug.ll
  test/Transforms/Scalarizer/intrinsics.ll
  test/Transforms/Scalarizer/order-bug.ll
  test/Transforms/Scalarizer/phi-bug.ll
  test/Transforms/Scalarizer/store-bug.ll
  test/Transforms/Scalarizer/vector-gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54695.174754.patch
Type: text/x-patch
Size: 20729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181120/203daeac/attachment.bin>


More information about the llvm-commits mailing list