[PATCH] D57669: [SLP] Fix incorrect cost tree calculation.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 03:20:12 PST 2019


RKSimon added a comment.

Looks ok to me (after that comment fix), but @ABataev should probably have the final say.



================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:704
+
+    /// Is this entry finally should be vectorized.
+    bool Vectorized = false;
----------------
Please can make this comment more explanatory.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57669/new/

https://reviews.llvm.org/D57669





More information about the llvm-commits mailing list