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

Binary OR instruction for the IR #355

Merged
merged 1 commit into from Aug 4, 2022

Conversation

kddnewton
Copy link

No description provided.

@kddnewton kddnewton merged commit 7b9df6a into Shopify:yjit_backend_ir Aug 4, 2022
@kddnewton kddnewton deleted the binary-or branch August 4, 2022 14:34
@@ -175,7 +175,7 @@ impl Assembler
}
}
},
Op::And => {
Op::And | Op::Or => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By having Op::Or here, it seemed like asm.or may generate and instead of orr. I needed to touch this part in #364 to pass the tests in the pull request.

noahgibbs pushed a commit that referenced this pull request Aug 24, 2022
noahgibbs pushed a commit that referenced this pull request Aug 25, 2022
noahgibbs pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 25, 2022
k0kubun pushed a commit that referenced this pull request Aug 26, 2022
noahgibbs pushed a commit that referenced this pull request Aug 26, 2022
k0kubun pushed a commit that referenced this pull request Aug 26, 2022
k0kubun pushed a commit that referenced this pull request Aug 29, 2022
k0kubun pushed a commit that referenced this pull request Aug 29, 2022
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.

None yet

3 participants