llvm-6502/bindings/ocaml/transforms/scalar
Gerolf Hoflehner d94715e273 MergedLoadStoreMotion pass
Merges equivalent loads on both sides of a hammock/diamond
and hoists into into the header.
Merges equivalent stores on both sides of a hammock/diamond
and sinks it to the footer.
Can enable if conversion and tolerate better load misses
and store operand latencies.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213396 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-18 19:13:09 +00:00
..
llvm_scalar_opts.ml [OCaml] Llvm_scalar_opts: add missing transforms 2013-11-03 07:54:17 +00:00
llvm_scalar_opts.mli Fix documentation typos 2013-12-20 00:33:39 +00:00
Makefile OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles 2013-11-01 01:14:24 +00:00
scalar_opts_ocaml.c MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00