[PATCH] D21330: Loop vectorization with FP induction variables

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 00:26:39 PDT 2016


delena updated this revision to Diff 61935.
delena added a comment.

1. Changed handling of FSUB operation. I keep the original binary operation inside Induction Descriptor.
2. Allow FP induction in fast-math mode only.


Repository:
  rL LLVM

http://reviews.llvm.org/D21330

Files:
  ../include/llvm/Transforms/Utils/LoopUtils.h
  ../lib/Analysis/ScalarEvolutionExpander.cpp
  ../lib/Transforms/Scalar/LoopInterchange.cpp
  ../lib/Transforms/Utils/LoopUtils.cpp
  ../lib/Transforms/Vectorize/LoopVectorize.cpp
  ../test/Transforms/LoopVectorize/float-induction.ll
  ../test/Transforms/LoopVectorize/induction-step.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21330.61935.patch
Type: text/x-patch
Size: 31357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160627/98593b11/attachment.bin>


More information about the llvm-commits mailing list