"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e4de22874e989e6dc39158034ab6dcbaa33f87a5"
[LoopUnswitch] Fix SCEV invalidation in unswitching
Loop unswitching makes substantial changes to a loop that can also affect cached SCEV info in its outer loops as well, but it only cares to invalidate SCEV cache for the innermost loop in case of full unswitching and does not invalidate anything at all in case of trivial unswitching. As result, we may end up with incorrect data in cache. Differential Revision: https://reviews.llvm.org/D46045 Reviewed By: mzolotukhin llvm-svn: 333072
Loading
Please register or sign in to comment