[PATCH] D100257: [VPlan] Add VPUserID to distinguish between recipes and others.
Andrei Elovikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 16:34:56 PDT 2021
a.elovikov added a comment.
> IIUC we will have non-recipe users in the future (e.g. live-outs)
Not making a request or committing to implement myself in near future, but can we model live-outs as a recipe as well? I'm thinking about something like `vplan-ret %val0, %val1, %val2` that would have `VPValue`s as operands and corresponding `llvm::Use`s inside itself (like `shufflevector` contains mask argument or `PHINode' contains incoming blocks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100257/new/
https://reviews.llvm.org/D100257
More information about the llvm-commits
mailing list