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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 2 14:53:25 PDT 2021


RKSimon added a comment.

I've no objections, although I think we'd gain more by ensuring we have cost numbers of the right magnitude for SSE2 first and adjust for later targets.

As you said, its all rather tedious though - I don't know if we've passed the point where automating more of this with scripting (either the cost extraction or the CHECKs) would be useful?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110971



More information about the llvm-commits mailing list