On Tue, Aug 27, 2013 at 10:30 PM, Xinliang David Li <davi...@google.com> wrote: > If this is the convention, we should probably have another patch to > fix all the existing opt-info messages.
Yes please. Also ... >>>> b.c:16:A::foo: note: Loop is vectorized "loop vectorized" >>>> >>>> b.c:16:A::foo: note: Loop is versioned to remove aliases for vectorization "loop versioned for vectorization because of possible aliasing" >>>> b.c:16:A::foo: note: Loop is peeled to enhance alignment for vectorization "loop peeled for vectorization to enhance alignment" >>>> b.c:16:A::foo: note: Completely unroll loop 6 times maybe "loop with 6 iterations completely unrolled" >>>> >>>> b.c:12:A::foo: note: Completely unroll loop 6 times >>>> I hate the excessive vertical spacing as well. Richard. >>>> Ok after testing? >>>> >>>> thanks, >>>> >>>> David >>