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
  • !15267

aco: some packed/unpacked 16bit optimizations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Daniel Schürmann requested to merge daniel-schuermann/mesa:aco_subdword_split into main Mar 07, 2022
  • Overview 11
  • Commits 4
  • Pipelines 7
  • Changes 2

The mixed access to packed and unpacked 16bit values causes troubles with SSA.

These few patches aim to improve the situation by creating more opportunities to use subdword addressing for full dword variables.

Mitigates most of the regressions from !15179 (merged)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aco_subdword_split