[PATCH] D92282: [VPlan] Handle scalarized values in VPTransformState.

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 23 23:59:36 PST 2021


gilr added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:318
 
+  void set(VPValue *Def, Value *IRDef, Value *V, const VPIteration &Instance);
+
----------------
Implementation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92282



More information about the llvm-commits mailing list