[PATCH] D134214: [VPlan] Add VPReplicateRecipe::Instr field to hold replicated instr.
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 00:44:56 PDT 2022
Ayal added a comment.
Underlying value is designed to only be used for opcode, type info, metadata and so on, for any recipe; the operands and uses are modeled in VPlan, for any recipe; worth clarifying?
Perhaps Replicate recipe should support cloning or copy construction?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134214/new/
https://reviews.llvm.org/D134214
More information about the llvm-commits
mailing list