[llvm-commits] [llvm] r41394 - /llvm/trunk/lib/Transforms/Scalar/LoopIndexSplit.cpp
Devang Patel
dpatel at apple.com
Sun Aug 26 23:16:22 PDT 2007
On Aug 24, 2007, at 7:39 PM, Devang Patel wrote:
> Move exit condition and exit branch from exiting block into loop
> header and dominator info. This avoid execution of dead iteration.
> Loop is already filter in the beginning such that this change is safe.
err...
... move exit condition and exit branch from loop exiting block into
split condition block and update dominator info.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070826/d637c35e/attachment.html>
More information about the llvm-commits
mailing list