[PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)

Gerolf Hoflehner ghoflehner at apple.com
Thu Jul 10 11:21:20 PDT 2014


Can we close on this one?


On Jul 6, 2014, at 6:49 PM, Gerolf Hoflehner <ghoflehner at apple.com> wrote:

> The biggest delta is the pass name change to MergedLoadStoreMotion.
> Consequently InstructionMerger.cpp is renamed to MergedLoadStoreMotion.cpp.
> 
> http://reviews.llvm.org/D4096
> 
> Files:
>  bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
>  include/llvm-c/Transforms/Scalar.h
>  include/llvm/InitializePasses.h
>  include/llvm/LinkAllPasses.h
>  include/llvm/Transforms/Scalar.h
>  lib/LTO/LTOCodeGenerator.cpp
>  lib/Transforms/IPO/PassManagerBuilder.cpp
>  lib/Transforms/Scalar/CMakeLists.txt
>  lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
>  lib/Transforms/Scalar/Scalar.cpp
>  test/Transforms/InstMerge/
>  test/Transforms/InstMerge/ld_hoist_st_sink.ll
> <D4096.11110.patch>




More information about the llvm-commits mailing list