[PATCH] D112873: [X86] `X86TTIImpl::getInterleavedMemoryOpCostAVX512()`: fallback to scalarization cost computation for mask

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 3 08:13:45 PDT 2021


lebedev.ri added a comment.

In D112873#3106120 <https://reviews.llvm.org/D112873#3106120>, @RKSimon wrote:

> LGTM - although its always annoying when a method ends up duplicating so much code from the base implementation :(

Thank you for speedy review!
Yes, this is not great. I think we could try to invent a new TTI callback for this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112873



More information about the llvm-commits mailing list