BE-272: HashQL: Add numeric addition and subtraction operators to MIR#8250
Merged
BE-272: HashQL: Add numeric addition and subtraction operators to MIR#8250
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. |
This was referenced Jan 10, 2026
Merged
Member
Author
This was referenced Jan 10, 2026
🤖 Augment PR SummarySummary: Adds Changes:
Technical Notes: Constant folding uses 🤖 Was this summary useful? React with 👍 or 👎 |
28ae173 to
abb2e49
Compare
b84adb7 to
2e2c7ef
Compare
TimDiekmann
approved these changes
Jan 17, 2026
abb2e49 to
e304b49
Compare
2e2c7ef to
a6d5b81
Compare
a6d5b81 to
ee71a72
Compare
e304b49 to
94ee310
Compare
Contributor
Merge activity
|
This was referenced Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🌟 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: