[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
Wed Sep 4 13:11:54 PDT 2019


ABataev updated this revision to Diff 218777.
ABataev added a comment.
Herald added subscribers: zzheng, qcolombet.
Herald added a project: LLVM.

Rebase


Repository:
  rL LLVM

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

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/AArch64/horizontal.ll
  test/Transforms/SLPVectorizer/AArch64/spillcost-di.ll
  test/Transforms/SLPVectorizer/X86/PR31847.ll
  test/Transforms/SLPVectorizer/X86/PR35628_1.ll
  test/Transforms/SLPVectorizer/X86/PR35628_2.ll
  test/Transforms/SLPVectorizer/X86/PR39774.ll
  test/Transforms/SLPVectorizer/X86/PR40310.ll
  test/Transforms/SLPVectorizer/X86/horizontal-list.ll
  test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
  test/Transforms/SLPVectorizer/X86/horizontal.ll
  test/Transforms/SLPVectorizer/X86/long_chains.ll
  test/Transforms/SLPVectorizer/X86/reassociated-loads.ll
  test/Transforms/SLPVectorizer/X86/reduction_loads.ll
  test/Transforms/SLPVectorizer/X86/reduction_unrolled.ll
  test/Transforms/SLPVectorizer/X86/remark_horcost.ll
  test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.ll
  test/Transforms/SLPVectorizer/X86/undef_vect.ll
  test/Transforms/SLPVectorizer/X86/vectorize-reorder-reuse.ll

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


More information about the llvm-commits mailing list