[PATCH] D158988: [LV] Choose the wider VF where they have same cost

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 10:27:52 PDT 2023


kmclaughlin added a comment.

Hi @Allen,
I recently submitted D157628 <https://reviews.llvm.org/D157628>, which lowers the cost of extends when they can be folded into a urhadd or srhadd instruction.
The tests I added are similar the one in this patch, so I was wondering if D157628 <https://reviews.llvm.org/D157628> may have fixed the same issue as your changes?


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

https://reviews.llvm.org/D158988



More information about the llvm-commits mailing list