hanchenye-llvm-project/llvm/bindings
Gerolf Hoflehner f27ae6cdcf 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
..
ocaml MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00
python [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
LLVMBuild.txt
Makefile
README.txt

README.txt

This directory contains bindings for the LLVM compiler infrastructure to allow
programs written in languages other than C or C++ to take advantage of the LLVM
infrastructure--for instance, a self-hosted compiler front-end.