[PATCH] D90591: [ARM] Introduce t2DoLoopStartTP

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 01:12:17 PST 2020


SjoerdMeijer added a comment.

A bit late, but have a high-level comment about this:

> repurposes the MVEVPTOptimisationsPass as a "tail predication and vpt optimisation" pass

This feels messy because we are doing tail-predication now in 2 different places, and that doesn't sound ideal. Happily unaware of some of the details here, but I am wondering if this is necessary?


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

https://reviews.llvm.org/D90591



More information about the llvm-commits mailing list