[PATCH] D29826: [SLP] General improvements of SLP vectorization process.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 07:54:57 PDT 2017


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





More information about the llvm-commits mailing list