SeparateConstOffsetFromGEP: Fix creating pointless bitcasts
This was directly creating new BitCastInsts, so under opaque pointers, would end up producing bitcast from ptr to ptr.
Loading
Please sign in to comment
This was directly creating new BitCastInsts, so under opaque pointers, would end up producing bitcast from ptr to ptr.