[PATCH] D77655: [VPlan] Add & use VPValue operands for VPWidenCallRecipe (NFC).

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 04:49:46 PDT 2020


gilr added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:6935
+
+  return new VPWidenCallRecipe(*CI, Values);
 }
----------------
Have VPWidenCallRecipe() take an iterator_range instead of ArrayRef, saving the temporary SmallVector?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77655





More information about the llvm-commits mailing list