RKSimon added a comment. Thanks @abataev - one more minor comment ================ Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:5290 } + assert(PostProcessInstructions.empty()); ---------------- (style) missing assert message https://reviews.llvm.org/D29826