-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-115480: Type / constant propagation for float binary uops #115550
gh-115480: Type / constant propagation for float binary uops #115550
Conversation
@Fidget-Spinner - opening this as a draft because I still have a few questions and it's waiting on some code from #115507.
|
Also, I'll be on vacation until Tuesday and may be slow to respond. Please feel free to use / modify this code however you see fit if you're waiting on it |
Nice work! This is pretty close, I will just push some changes since you're on holiday. Some points for possible consideration are that the tests should test for the float guard being eliminated as well. |
Thanks for finalizing and merging this 🎉 |
…ythonGH-115550) Co-authored-by: Ken Jin <kenjin@python.org>
…ythonGH-115550) Co-authored-by: Ken Jin <kenjin@python.org>
…ythonGH-115550) Co-authored-by: Ken Jin <kenjin@python.org>
WIP
BINARY_OP
#115480