[llvm] r216523 - InstCombine: Optimize GEP's involving ptrtoint better

Renato Golin renato.golin at linaro.org
Wed Aug 27 14:33:51 PDT 2014


On 27 August 2014 06:16, David Majnemer <david.majnemer at gmail.com> wrote:
> Author: majnemer
> Date: Wed Aug 27 00:16:04 2014
> New Revision: 216523
>
> URL: http://llvm.org/viewvc/llvm-project?rev=216523&view=rev
> Log:
> InstCombine: Optimize GEP's involving ptrtoint better


Hi David,

I've done a bisect and this commit broke out test-suite bot:

http://lab.llvm.org:8011/builders/clang-native-arm-lnt/builds/8059

The big problem is that the test "result" is just an MD5. :(

I'm investigating.

cheers,
--renato



More information about the llvm-commits mailing list