1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Transforms
Dan Gohman 6f40163d83 Teach instcombine's visitLoad to scan back several instructions
to find opportunities for store-to-load forwarding or load CSE,
in the same way that visitStore scans back to do DSE. Also, define
a new helper function for testing whether the addresses of two
memory accesses are known to have the same value, and use it in
both visitStore and visitLoad.

These two changes allow instcombine to eliminate loads in code
produced by front-ends that frequently emit obviously redundant
addressing for memory references.

llvm-svn: 57608
2008-10-15 23:19:35 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
IPO dont specialize weak functions and the like 2008-10-08 18:45:59 +00:00
Scalar Teach instcombine's visitLoad to scan back several instructions 2008-10-15 23:19:35 +00:00
Utils Don't drop alignment on globals when cloning. 2008-10-09 06:27:14 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00