[PATCH] D32445: [LV] Handle external uses of floating-point induction variables
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 13:28:40 PDT 2017
delena added a comment.
We vectorize loops with FP inductions and FP reductions under the "fast-math". The main point here that the FP induction is a "secondary", the tripcount does not depends on it. I think it's OK to use FP induction outside the loop, why not? FP reduction, that we allow today, actually means using the result value outside.
https://reviews.llvm.org/D32445
More information about the llvm-commits
mailing list