[PATCH] D32445: [LV] Handle external uses of floating-point induction variables
Matthew Simpson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 11:20:21 PDT 2017
mssimpso added a comment.
Hi Michael,
After transforming the IV, we end up with something like fp_start + float(n_vec - 1) * fp_iv_step. So we are casting the number of vector loop iterations and multiplying by the floating-point step
https://reviews.llvm.org/D32445
More information about the llvm-commits
mailing list