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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 02:06:52 PDT 2019


samparker added a comment.

Thinking about this some more, I think it would be best to at least check some features of the loop for legality:

- no vector widths greater than 128 bits.
- all vector operations should have the same number of lanes.


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

https://reviews.llvm.org/D69040





More information about the llvm-commits mailing list