[PATCH] D126099: [SLP] Fix crash in reorderBottomToTop().

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 11:15:37 PDT 2022


vporpo updated this revision to Diff 431435.
vporpo added a comment.

Fixed condition (line 4037) which was somehow flipped in the last version of the patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126099

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/AArch64/loadorder.ll
  llvm/test/Transforms/SLPVectorizer/X86/reorder_with_reordered_users.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126099.431435.patch
Type: text/x-patch
Size: 17193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220523/5cf3c9a5/attachment.bin>


More information about the llvm-commits mailing list