[PATCH] D149893: Rewrite LSV to handle longer chains.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 14:10:40 PDT 2023


jlebar added a comment.

In D149893#4320206 <https://reviews.llvm.org/D149893#4320206>, @arsenm wrote:

>> Now we only generate vectors of power-of-two size. Previously the code was inconsistent about whether this was a requirement.
>
> It shouldn't be a requirement. Codegen support for non-power-of-2 vectors is better than ever and basically works now. We have native 96-bit loads and stores

OK, thanks for that feedback.  I will try to fix this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149893



More information about the llvm-commits mailing list