Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPlan] Remove loop region in optimizeForVFAndUF. #108378

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. [VPlan] Use ResumePhi to create reduction resume phis.

    Use VPInstruction::ResumePhi to create phi nodes for reduction resume
    values.
    
    This allows simplifying createAndCollectMergePhiForReduction to only
    collect reduction resume phis when vectorizing epilogue loops and adding
    extra incoming edges from the main vector loop.
    fhahn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d3614bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8fabe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…

    …ion-instead-of-using-branch-on-cond-true
    fhahn committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    c68ddd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. !fixup after merge

    fhahn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f0421c6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…

    …ion-instead-of-using-branch-on-cond-true
    fhahn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4a0eb12 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…

    …ion-instead-of-using-branch-on-cond-true
    fhahn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9499aaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4843b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…

    …ion-instead-of-using-branch-on-cond-true
    fhahn committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f5d2bc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…

    …ion-instead-of-using-branch-on-cond-true
    fhahn committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1222e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    706b681 View commit details
    Browse the repository at this point in the history
  3. !fixup fix formatting

    fhahn committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    71436fc View commit details
    Browse the repository at this point in the history