Skip to content

[VPlan] Hook IR blocks into VPlan during skeleton creation (NFC)#114292

Merged
fhahn merged 42 commits into
llvm:mainfrom
fhahn:vplan-runtime-checks
Dec 12, 2024
Merged

[VPlan] Hook IR blocks into VPlan during skeleton creation (NFC)#114292
fhahn merged 42 commits into
llvm:mainfrom
fhahn:vplan-runtime-checks

Conversation

@fhahn

@fhahn fhahn commented Oct 30, 2024

Copy link
Copy Markdown
Contributor

As a first step to move towards modeling the full skeleton in VPlan, start by wrapping IR blocks created during legacy skeleton creation in VPIRBasicBlocks and hook them into the VPlan. This means the skeleton CFG is represented in VPlan, just before execute. This allows moving parts of skeleton creation into recipes in the VPBBs gradually.

Note that this allows retiring some manual DT updates, as this will be handled automatically during VPlan execution.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants