[PATCH] D110709: [X86][Costmodel] Load/store i8 Stride=2 VF=32 interleaving costs

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 10:50:42 PDT 2021


lebedev.ri added a comment.

In D110709#3030657 <https://reviews.llvm.org/D110709#3030657>, @RKSimon wrote:

> LGTM

Thank you for the reviews!
Are there issues with VF=16 (D110708 <https://reviews.llvm.org/D110708>)?

After this, i will need to check double check but i believe, i will look into stride=2 for i32 and i64.
(i'm not just mass-adding these, at least so far, but only those that are queried in real code, and are missing)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110709



More information about the llvm-commits mailing list