[llvm-commits] [llvm] r172534 - /llvm/trunk/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll

Dmitri Gribenko gribozavr at gmail.com
Tue Jan 15 09:49:11 PST 2013


On Tue, Jan 15, 2013 at 7:44 PM, Andrew Trick <atrick at apple.com> wrote:
> On Jan 15, 2013, at 9:21 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
>> On Tue, Jan 15, 2013 at 6:52 PM, Renato Golin <rengolin at systemcall.org> wrote:
>>> The output is not identical because the command doesn't specify the
>>> triple, but the relationship between the constructs is still the same.
>>
>> I might be misunderstanding something, but if the triple is not
>> specified, host system type should have zero influence on how 'opt'
>> works.
>
> The test case specifies a triple. I agree it would be nice to know how this test was affected by the host. I'd also like to know if this broke after some recent checkin. This may just be a symptom of a real issue with cross-compilation.

This failed somewhere in between:
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4294
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/4299

That translates to r171697 .. r171735.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list