commit | 11f8ad8211512b8e46bfd6c5967e32486aa0f8d3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 29 18:03:33 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 29 18:03:33 2010 +0000 |
tree | b4338e835598df614d17f98ba1a37b814f439263 | |
parent | 1a1ed69435121fe45a0ea7e4661b812c35e94713 [diff] |
optimize LICM::hoist to use moveBefore. Correct its updating of AST to remove the hoisted instruction from the AST, since it is no longer in the loop. llvm-svn: 112448