"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2db10ece5c12bd24507b4e81e11f12e3ddfbb0a2"
Run LICM pass after loop unrolling pass.
Runtime unrollng will introduce a runtime check in loop prologue. If the unrolled loop is a inner loop, then the proglogue will be inside the outer loop. LICM pass can help to promote the runtime check out if the checked value is loop invariant. llvm-svn: 231630
Loading
Please register or sign in to comment