[llvm-commits] [llvm] r153423 - in /llvm/trunk: lib/Analysis/InstructionSimplify.cpp lib/Analysis/ValueTracking.cpp test/Transforms/InstSimplify/pr12251.ll
Rafael Espíndola
rafael.espindola at gmail.com
Mon Mar 26 20:18:58 PDT 2012
On 26 March 2012 10:49, Chad Rosier <mcrosier at apple.com> wrote:
> Hi Rafael,
> This commit is causing an execution-time failure for
> the MultiSource/Benchmarks/FreeBench/distray/distray benchmark on all of our
> ARM nightly testers. Would you mind investigating?
How strange, this is a C benchmark. We should be producing range
metadata only for C++, so I guess the problem is with the instsimplify
optimization.
I will try to reproduce it with qemu. Do you mind sending me the
command line used to compile distray.c? Thanks.
> Regards,
> Chad
Cheers,
Rafael
More information about the llvm-commits
mailing list