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

Shift instructions #10

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Shift instructions #10

merged 3 commits into from
Apr 15, 2024

Conversation

Intelix8996
Copy link
Collaborator

@Intelix8996 Intelix8996 commented Apr 8, 2024

Implement all necessary shifts with distance 1-16.

  • Implement patterns for shift instructions in tablegen: shl, sra, srl, rotl, rotr
  • Implement shifts with distance greater than 8

Fixes #8

@Intelix8996 Intelix8996 self-assigned this Apr 8, 2024
@Intelix8996 Intelix8996 marked this pull request as ready for review April 10, 2024 18:20
@leadpogrommer leadpogrommer self-requested a review April 11, 2024 11:20
@leadpogrommer
Copy link
Owner

Looks OK, will merge after some testing

@leadpogrommer leadpogrommer merged commit 4fb6c7e into backend/cdm Apr 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Функции, принимающие указатель, не компилируются на -O0
2 participants