Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,055
    • Issues 3,055
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,002
    • Merge requests 1,002
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !18059

nir: Flatten some branches with one-invocation condition

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Timur Kristóf requested to merge Venemo/mesa:nir_flatten_elect_branches into main Aug 15, 2022
  • Overview 29
  • Commits 3
  • Pipelines 4
  • Changes 5

We know for sure that such a branch is always taken (by exactly 1 invocation in every subgroup) so we can flatten them. This allows the backend to remove a jump instruction.

Fossil DB stats were made with MR !17921 (merged) merged for ACO.

Edited Sep 05, 2022 by Timur Kristóf
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nir_flatten_elect_branches