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

Dmitri Gribenko gribozavr at gmail.com
Tue Jan 15 09:21:48 PST 2013


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.

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