[PATCH] D46827: [VPlan] Add VPInstruction to VPRecipe transformation.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 08:59:02 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp:134
+  RSO << "VPRecipe-based VPlan for VF={";
+  for (unsigned VF : OriginalPlan->getVFs()) {
+    Plan->addVF(VF);
----------------
Is the iteration order guaranteed here when the set is small? It's been a while since I've look at how SmallSet manages the vector.


https://reviews.llvm.org/D46827





More information about the llvm-commits mailing list