"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b212b34f19472469c1d20ada3161c3523268d5be"
While SimplifyDemandedBits constant folds this, we can't rely on it here.
It's possible to craft an input that hits the recursion limits in a way that SimplifyDemandedBits doesn't simplify the icmp but ComputeMaskedBits can infer which bits are zero. No test case as it depends on too many other things. Fixes PR9609. llvm-svn: 128777
Loading
Please register or sign in to comment