[PATCH] D109368: [LV] Don't vectorize if we can prove RT + vector cost >= scalar cost.

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 00:11:55 PDT 2021


ebrevnov added a comment.

In D109368#3022623 <https://reviews.llvm.org/D109368#3022623>, @fhahn wrote:

> Given the large update I did not adjust it yet on D109443 <https://reviews.llvm.org/D109443>. I'd suggest to discuss moving the code into the cost-model separately in your patches.

Sure let's discuss move to cost model separately. Having sad that first four patches in the series (including D109443 <https://reviews.llvm.org/D109443>) are general improvements independent of the change of cost model itself.
Of cause, there is no strong dependency and D109443 <https://reviews.llvm.org/D109443> should not block this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109368



More information about the llvm-commits mailing list