[PATCH] D111077: [LV] Support converting FP add to integer reductions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 10:55:28 PST 2021


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

rebase and add tests where the IV may signed/unsigned overflow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111077

Files:
  llvm/include/llvm/Analysis/IVDescriptors.h
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/fadd-reduction-as-int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111077.387996.patch
Type: text/x-patch
Size: 54505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/362c5d34/attachment-0001.bin>


More information about the llvm-commits mailing list