[Bug tree-optimization/19703] Poor optimisation of loop test

2005-01-29 Thread andrewhutchinson at cox dot net
--- Additional Comments From andrewhutchinson at cox dot net 2005-01-30 04:58 --- Subject: Re: Poor optimisation of loop test I am not sure what makes you think that. Compare with ZERO is invariabley cheaper than compare with "n". The former is "free" sign status following any conditi

[Bug tree-optimization/19703] Poor optimisation of loop test

2005-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-30 03:17 --- (In reply to comment #1) > Hmm, on most targets it is true that != is the same case as >=. s/case/cost/. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19703

[Bug tree-optimization/19703] Poor optimisation of loop test

2005-01-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-30 03:17 --- Hmm, on most targets it is true that != is the same case as >=. -- What|Removed |Added