When merging GEP of GEP with constant indices, if the second GEP's offset is not divisible by the first GEP's element size, convert both type to i8* and merge.
Removed unnecessary tests for swapping GEP with constant indices.
Fix up revision mess in D125934