-
Notifications
You must be signed in to change notification settings - Fork 110
BE-272: HashQL: Add numeric addition and subtraction operators to MIR #8250
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
Conversation
PR SummaryIntroduces numeric addition and subtraction across the MIR and interpreter with mixed-type support and optimizations.
Written by Cursor Bugbot for commit ee71a72. This will update automatically on new commits. Configure here. |
🤖 Augment PR SummarySummary: Adds Changes:
Technical Notes: Constant folding uses 🤖 Was this summary useful? React with 👍 or 👎 |
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.
28ae173 to
abb2e49
Compare
b84adb7 to
2e2c7ef
Compare
abb2e49 to
e304b49
Compare
2e2c7ef to
a6d5b81
Compare
a6d5b81 to
ee71a72
Compare
e304b49 to
94ee310
Compare
Merge activity
|

🌟 What is the purpose of this PR?
Add support for addition and subtraction operations in HashQL MIR
🔍 What does this change?
AddandSubbinary operations to the MIRNumtypeInttype fromconstantmodule tointerpret/valuemodule for better organization🛡 What tests cover this?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR: