Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M mu-impl-fast
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • mumu
  • mu-impl-fast
  • Issues
  • #14
Closed
Open
Issue created Mar 09, 2017 by Yi Lin@u4776528Owner1 of 1 checklist item completed1/1 checklist item

Tune instruction selection for mu code from RPython

This issue tracks common instruction patterns that the RPython compiler generates. We will need to tune instruction selector to generate efficient code for these patterns.

  • Conditional branch

    cmpres = CMP_OP a b

    v1 = ZEXT <int1 int8> cmpres

    v2 = CMP_EQ v1 1

    BRANCH2 v2 ... ...

Assignee
Assign to
Time tracking