[PATCH] D44523: Change calculation of MaxVectorSize

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 16 11:19:45 PDT 2018


kparzysz added a comment.

In the meantime I'm working on a patch that introduces MinVF.  It seems to be a bit complex, since the allowable VF range used to simply start at 1 and go up to MaxVF, but now it's `{1} u [MinVF, MaxVF]`.


Repository:
  rL LLVM

https://reviews.llvm.org/D44523





More information about the llvm-commits mailing list