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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 24 05:19:48 PST 2021


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:318
 
+  void set(VPValue *Def, Value *IRDef, Value *V, const VPIteration &Instance);
+
----------------
gilr wrote:
> Implementation?
Good catch, this accidentally slipped into this patch when I split them up. I moved the declaration to D92284 where it is implemented & used. Thanks!


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