| commit | 20cda2645e4baab352d57b944282d5a67afb9795 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Mar 15 04:11:30 2004 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Mar 15 04:11:30 2004 +0000 |
| tree | 167fb6bc6688b9c133a60a10da7c049dc34eca65 | |
| parent | fb5d561193d29501e06ed2e59cbe757bb8cd085a [diff] |
Implement LICM of calls in simple cases. This is sufficient to move around sin/cos/strlen calls and stuff. This implements: LICM/call_sink_pure_function.ll LICM/call_sink_const_function.ll llvm-svn: 12415