-
Notifications
You must be signed in to change notification settings - Fork 13.5k
x86-32: missed zext folding optimization for cvtsi2ss #64174
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
Comments
jroelofs
added a commit
that referenced
this issue
Jul 27, 2023
Added a test referencing this in |
@llvm/issue-subscribers-backend-x86 |
eymay
pushed a commit
to eymay/llvm-project
that referenced
this issue
Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function:
compiles to (x86-32):
compiles to:
We should be able to use:
cvtsi2ss 8($esp), %xmm0
since we know the stack slot is already zext'd.
rdar://5907648
The text was updated successfully, but these errors were encountered: