Suppress the IV reversal transformation in the case that the RHS
of the comparison is defined inside the loop. This fixes a use-before-def problem, because the transformation puts a use of the RHS outside the loop. llvm-svn: 72149
Loading
Please register or sign in to comment