[PATCH] D67362: [SLP] limit vectorization of Constant subclasses (PR33958)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 12:41:51 PDT 2019


spatel added a comment.

In D67362#1663591 <https://reviews.llvm.org/D67362#1663591>, @efriedma wrote:

> In some cases it might be possible to form a vector constant pool entry.  We don't do that currently, though.


Yes, I didn't see the backend capability to do better, so I figured we might as well use the big hammer unless it's shown that we can profitably carve out exceptions to the rule. 
If you think it's worth trying harder, I can take a look...although I'm not sure exactly where/how we'd do something with this pattern.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67362/new/

https://reviews.llvm.org/D67362





More information about the llvm-commits mailing list