[PATCH] D80085: [LV] Fix FoldTail under user VF and UF

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 10:22:23 PDT 2020


Ayal added a comment.

In D80085#2040692 <https://reviews.llvm.org/D80085#2040692>, @fhahn wrote:

> LGTM, thanks! It could be beneficial to move the UserVF handling directly to computeFeasibleMaxVF (see inline comment), but either approach should be fine!


Yeah, thanks, considered that option. OTOH, seems logical to avoid calling computeFeasibleMaxVF() when nothing needs to be computed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80085





More information about the llvm-commits mailing list