[PATCH] D89566: [LV] Epilogue Vectorization with Optimal Control Flow

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 09:31:59 PST 2020


bmahjour marked 3 inline comments as done.
bmahjour added a comment.

> Just checking/summarising: is there consensus that this is the patch that is going to do epilogue vectorisation, and not D88819 <https://reviews.llvm.org/D88819>? Or does that depend on perf numbers as Florian suggested?

I think we should go with this, unless @fhahn finds that D88819 <https://reviews.llvm.org/D88819> can outperform it (unlikely). There are more loops that can be transformed with this patch and I've listed other advantages in the description. @mivnay do you agree?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89566



More information about the llvm-commits mailing list