Skip to content

[mono][interp] Add super instruction for common left shift pattern - #83512

Merged
BrzVlad merged 2 commits into
dotnet:mainfrom
BrzVlad:feature-interp-shift-left-opt
Mar 29, 2023
Merged

[mono][interp] Add super instruction for common left shift pattern#83512
BrzVlad merged 2 commits into
dotnet:mainfrom
BrzVlad:feature-interp-shift-left-opt

Conversation

@BrzVlad

Copy link
Copy Markdown
Member

Where we mask against 31 / 63

It adds great speedup while these being by far the most common patterns.
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @BrzVlad, @kotlarmilos
See info in area-owners.md if you want to be subscribed.

Issue Details

Where we mask against 31 / 63

Author:BrzVlad
Assignees:BrzVlad
Labels:

area-Codegen-Interpreter-mono

Milestone:-

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@BrzVlad@vargaz