This patch turns updates VPWidenSelectRecipe 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
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Updated to keep VPWidenSelectRecipe a VPValue which is then added to its VPDef. This simplifies things a bit.
Comment Actions
It exposed a crash in an earlier revision of the patches, but that has been fixed a while ago. I committed the test separately in 8a7e770638f0.