InstCombine: When comparing two GEPs that were derived from the same base...
InstCombine: When comparing two GEPs that were derived from the same base pointer but use different types, expand the offset calculation and to the compare on the offset if profitable. This came up in SmallVector code. llvm-svn: 150962
Loading
Please register or sign in to comment