------- Comment #8 from rakdver at gcc dot gnu dot org 2006-01-15 20:15 ------- Unswitching the condition (i < ie) (plus empty loop removal) would produce this code. Nevertheless, this is a fairly common case, so perhaps it might make sense to special-case it in loop header copying (for performance reasons).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23855