[PATCH] D69040: [TTI][LV] preferPredicateOverEpilogue

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 07:21:22 PDT 2019


dmgreen added a comment.

Yeah. It might be better expressed as "what the vectorizer produces will need to end up fitting into 128 bits". You could imagine the vectorizer producing something wider but then folding them in ISel into something legal.

That's maybe something to leave till later, but keep in mind non-the-less.


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

https://reviews.llvm.org/D69040





More information about the llvm-commits mailing list