llvm-mirror/bindings/ocaml/transforms/scalar
Gerolf Hoflehner 5fa7774dfd 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.

llvm-svn: 213396
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
scalar_opts_ocaml.c MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00