[PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Gerolf Hoflehner
ghoflehner at apple.com
Sun Jul 6 18:49:50 PDT 2014
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4096.11110.patch
Type: text/x-patch
Size: 31378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140707/2674444e/attachment.bin>
More information about the llvm-commits
mailing list