This patch turns updates VPWidenREcipe to manage the value it defines
using VPDef. The VPValue is used during VPlan construction and
codegeneration instead of the plain IR reference where possible.
Details
Details
- Reviewers
Ayal gilr rengolin dmgreen - Commits
- rGad1161f9b5ff: [VPlan] Use VPdef for VPWidenCall.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Updated to keep VPWidenCall a VPValue which is then added to its VPDef. This simplifies things a bit.