Implement a new DecomposeGEPExpression method, which decomposes a GEP into a...
Implement a new DecomposeGEPExpression method, which decomposes a GEP into a list of scaled offsets. Use this to eliminate some previous ad-hoc code which was subtly broken (it assumed all Constant*'s were non-zero, but strange constant express could be zero). llvm-svn: 89915
Loading
Please register or sign in to comment