[PATCH] Reducing the costs of cast instructions to enable more vectorization of smaller types in LoopVectorize

Sam Parker sam.parker at arm.com
Wed Jun 3 05:57:26 PDT 2015


Now use SmallPtrSet and ValueMap in place of the standard containers for the instructions and types found by the new function.
Also compare against APInt::getMaxValue as Silviu suggested.
Removed metadata from test file.


http://reviews.llvm.org/D9822

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9822.27034.patch
Type: text/x-patch
Size: 12509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150603/ce2cc193/attachment.bin>


More information about the llvm-commits mailing list