[InstCombine] Fold gep inbounds of null to null
Effectively, this is what we were previously already doing when the GEP was used in conjunction with a load or store, but this fold can also be applied more generally: > The only in bounds address for a null pointer in the default > address-space is the null pointer itself.
Loading
Please sign in to comment