[PATCH] D36220: [Loop Vectorize] Added a separate metadata

DIVYA SHANMUGHAN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 07:05:28 PDT 2017


DIVYA created this revision.
Herald added a subscriber: mzolotukhin.

Added  a separate metadata to indicate when the loop has already been vectorized instead of setting width and count to 1.

Worked in collaboration with Aditya Kumar


https://reviews.llvm.org/D36220

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/X86/already-vectorized.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks-loopid-dbg.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
  test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
  test/Transforms/LoopVectorize/duplicated-metadata.ll
  test/Transforms/LoopVectorize/multiple-strides-vectorization.ll
  test/Transforms/LoopVectorize/vectorize-once.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36220.109340.patch
Type: text/x-patch
Size: 9869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170802/96ed9581/attachment.bin>


More information about the llvm-commits mailing list