[PATCH] D21454: [PM] Port MergedLoadStoreMotion to the new pass manager, take two.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 17:49:48 PDT 2016


davide created this revision.
davide added reviewers: dberlin, davidxl.
davide added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

This is a redacted version of my original pass, modeled after Daniel Berlin's comments.
Please take a closer look.

http://reviews.llvm.org/D21454

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21454.61052.patch
Type: text/x-patch
Size: 14828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160617/7d87341f/attachment.bin>


More information about the llvm-commits mailing list