Implement PR1795, an instcombine hack for forming GEPs with integer pointer arithmetic.
[oota-llvm.git] / test / Transforms / InstCombine / srem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.