[PATCH] D91500: [VPlan] Turn VPReplicateRecipe into a VPValue.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 16:42:55 PST 2020


reames added a comment.

I don't have sufficiently broad context, but to an uneducated eye, it looks really weird to have a class which can produce multiple independent instructions declared as subclass of a class named Value.  Particularly since I don't think there was a required build vector step at the end of the instructions emitted?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91500



More information about the llvm-commits mailing list