[ConstantFold] Remove another incorrect icmp of gep fold
This folded (null + X) == g to false, but of course this is incorrect if X == g. Possibly this got confused with the null == g case, which is already handled elsewhere.
Loading
Please sign in to comment