[PATCH] D135282: [SLP]Improve costs of vectorized loads/stores by analyzing GEPs.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 04:35:17 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:6630
+                                         CostKind,
+                                         {TTI::OK_AnyValue, TTI::OP_None}, VL0);
+        for (Value *V : VL) {
----------------
Better to use OperandValueInfo() instead of the initialization?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135282



More information about the llvm-commits mailing list