[PATCH] D29641: [SLP] Fix for PR31847: Assertion failed: (isLoopInvariant(Operands[i], L) && "SCEVAddRecExpr operand is not loop-invariant!")

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 13:35:44 PDT 2017


ABataev updated this revision to Diff 114895.
ABataev added a comment.
Herald added a subscriber: javed.absar.

Update after review


https://reviews.llvm.org/D29641

Files:
  include/llvm/Transforms/Vectorize/SLPVectorizer.h
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/AArch64/gather-root.ll
  test/Transforms/SLPVectorizer/X86/PR31847.ll
  test/Transforms/SLPVectorizer/X86/horizontal-list.ll
  test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
  test/Transforms/SLPVectorizer/X86/reduction_loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29641.114895.patch
Type: text/x-patch
Size: 245982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/d7388865/attachment-0001.bin>


More information about the llvm-commits mailing list