Implement LICM of calls in simple cases. This is sufficient to move around
authorChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 04:11:30 +0000 (04:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 04:11:30 +0000 (04:11 +0000)
commit118dd0ce3d8e4b0a945afc95c9538d5005abacde
treec432fd27053848acfdedc6096f98b698780d9cbe
parent65a88e83e311e49cf0a64ca84e5c28ee9e512744
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12415 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp