Move exit condition and exit branch from exiting block into loop header and...
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. llvm-svn: 41394
Loading
Please register or sign in to comment