[PATCH] D21330: Loop vectorization with FP induction variables
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 07:46:25 PDT 2016
delena added a comment.
In http://reviews.llvm.org/D21330#462655, @mkuper wrote:
> Another thing I forgot earlier - this should only fire when we're in unsafe/fast math mode, right? Is there a check for that?
FP reduction is allowed for +/- operators. Only max/min checks for unsafe.
Repository:
rL LLVM
http://reviews.llvm.org/D21330
More information about the llvm-commits
mailing list