-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cranelift: port sshr
to ISLE on x64
#3681
Conversation
375e336
to
f16ac6c
Compare
Subscribe to Label Action
This issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64", "cranelift:area:machinst", "cranelift:area:x64", "isle"
Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
f16ac6c
to
0514b8c
Compare
Okay I fixed the masking of |
0514b8c
to
97c776c
Compare
cranelift/filetests/filetests/isa/x64/simd-bitwise-compile.clif
Outdated
Show resolved
Hide resolved
97c776c
to
39e332c
Compare
39e332c
to
eff5b2d
Compare
; Inst 9: movdqa %xmm1, %xmm0 | ||
; Inst 10: movq %rbp, %rsp | ||
; Inst 11: popq %rbp | ||
; Inst 12: ret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Managed to get it down to 12 instructions, instead of 13. Still one additional move compared to before. meh.
No description provided.