[PATCH] D126099: [SLP] Fix crash in reorderBottomToTop().
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 16:42:46 PDT 2022
vporpo updated this revision to Diff 431093.
vporpo added a comment.
Removed single-user assertion for getting the UserTE. Instead we iterate over all user entries and get the one in the Users map.
Also Updated failing AArch64 test.
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.431093.patch
Type: text/x-patch
Size: 17192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220520/85ab2e47/attachment.bin>
More information about the llvm-commits
mailing list