[PATCH] D10714: Modify interleave diagnostics to clearly indicate why interleaving wasn't done.

Tyler Nowicki tyler.nowicki at gmail.com
Fri Jul 10 12:09:40 PDT 2015


tyler.nowicki updated this revision to Diff 29469.
tyler.nowicki added a comment.

Hi Hal,

Thanks for the review, and sorry for the variable name mistakes.

Since the diagnostic messages are a little longer now I generate two separate messages for vectorization and interleaving rather than concatenating them together.

Here is the updated patch.

Tyler


http://reviews.llvm.org/D10714

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10714.29469.patch
Type: text/x-patch
Size: 13346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150710/979cdcac/attachment.bin>


More information about the llvm-commits mailing list