[PATCH] D94175: [VPlan] Move reduction start value creation to widenPHIRecipe.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 06:47:07 PST 2021


fhahn updated this revision to Diff 314884.
fhahn added a comment.

Simplified `StartV = Iden = StartV;` to `Iden = StartV`, as suggested in D93975 <https://reviews.llvm.org/D93975>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94175/new/

https://reviews.llvm.org/D94175

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94175.314884.patch
Type: text/x-patch
Size: 7927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210106/4c770e9e/attachment.bin>


More information about the llvm-commits mailing list