[PATCH] D101836: [LoopVectorize] Enable strict reductions when allowReordering() returns false

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 07:18:11 PDT 2021


kmclaughlin updated this revision to Diff 345867.
kmclaughlin marked an inline comment as done.
kmclaughlin added a comment.

- Fixed incorrect CHECK lines in the `@fadd_strict_unroll_last_val` test in strict-fadd.ll (CHECK-VF8UF2 -> CHECK-VF8UF4)


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

https://reviews.llvm.org/D101836

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
  llvm/test/Transforms/LoopVectorize/AArch64/strict-fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101836.345867.patch
Type: text/x-patch
Size: 57108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/3aa07f7d/attachment.bin>


More information about the llvm-commits mailing list