[PATCH] D38948: [LV] Support efficient vectorization of an induction with redundant casts

Dorit Nuzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 14:00:26 PST 2017


dorit updated this revision to Diff 126038.
dorit added a comment.

Dropped the parts that are uploaded for review separately (https://reviews.llvm.org/D40641, https://reviews.llvm.org/D40883), and hopefully addressed Silviu's last comments.


https://reviews.llvm.org/D38948

Files:
  include/llvm/Analysis/ScalarEvolution.h
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Analysis/ScalarEvolution.cpp
  lib/Transforms/Utils/LoopUtils.cpp
  lib/Transforms/Vectorize/LoopVectorize.cpp
  test/Transforms/LoopVectorize/vect-phiscev-sext-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38948.126038.patch
Type: text/x-patch
Size: 31711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/47694bf6/attachment.bin>


More information about the llvm-commits mailing list