[PATCH] D25671: [SLP] Fix for PR30626: Compiler crash inside SLP Vectorizer.
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 15:03:25 PDT 2016
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4065
BinaryOperator *ReductionRoot;
- PHINode *ReductionPHI;
+ WeakVH ReductionPHI;
----------------
Please add a comment here (i.e. from this patch description), explaining why this is a WeakVH.
https://reviews.llvm.org/D25671
More information about the llvm-commits
mailing list