[PATCH] D142015: [LV] Plan with and without FoldTailByMasking

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 00:10:33 PST 2023


tschuett added a comment.

Cloud you model this approach instead as a VPlan transformation, instead of hardcoding unscalable flags. Transform: add tail folding. Transform: add masked tail folding. Transform: add scalar tail. Then you can take **the** cost model to decide which is more desirable.


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

https://reviews.llvm.org/D142015



More information about the llvm-commits mailing list