[PATCH] D132566: [SLP] Fix cost model w.r.t. operand properties

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 09:04:58 PDT 2022


reames added a comment.

In D132566#3808619 <https://reviews.llvm.org/D132566#3808619>, @RKSimon wrote:

> LGTM but naturally test coverage would be a plus. Have you had any luck with your multiply by (pow2 and non-pow2) constant example?

JFYI, I'm not ignoring the request for test coverage.  I tried multiple times to come up with a viable test for this, and each time, I'd stumble across an unrelated issue first.  There's so many interacting problems here that finding the right combination of input to trip this difference is effectively impossible. I'm going to work through a couple of the other issues, and hopefully as I do, I can start building a reasonable test corpus.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132566



More information about the llvm-commits mailing list