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

Sam Parker sam.parker at arm.com
Thu Jul 9 08:05:39 PDT 2015


samparker updated this revision to Diff 29333.
samparker added a comment.

Hi Silviu,

So i've added some comments for clarification and also removed the sub operands from the chains for simplicity as I didn't notice any performance difference in the tests I was looking at. I've also added support for 64-bit > 32-bit operations and updated the test file to reflect this.

cheers,


http://reviews.llvm.org/D9822

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9822.29333.patch
Type: text/x-patch
Size: 36314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150709/084dd201/attachment.bin>


More information about the llvm-commits mailing list