[PATCH] D55017: [SLP]PR39774: Update references of the replaced external instructions.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 13:01:11 PST 2018
ABataev created this revision.
ABataev added reviewers: RKSimon, spatel.
An additional fix for PR39774. Need to update the references for the
RedcutionRoot instruction when it is replaced during the vectorization
phase to avoid compiler crash on reduction vectorization.
Repository:
rL LLVM
https://reviews.llvm.org/D55017
Files:
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/PR39774.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55017.175750.patch
Type: text/x-patch
Size: 8410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181128/7f699690/attachment.bin>
More information about the llvm-commits
mailing list