"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c434e138ac06243b5fc0c4d064b5f905713cd4e4"
Invert the logic of reachesChainWithoutSideEffects(). What we want to check is that there is
NO path to the destination containing side effects, not that SOME path contains no side effects. In practice, this only manifests with CombinerAA enabled, because otherwise the chain has little to no branching, so "any" is effectively equivalent to "all". llvm-svn: 114268
Loading
Please register or sign in to comment