-
Notifications
You must be signed in to change notification settings - Fork 110
BE-264: HashQL: Rename SROA to ForwardSubstitution for better semantic clarity #8230
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
base: bm/be-263-hashql-implement-mir-builder-macro
Are you sure you want to change the base?
Conversation
PR SummaryModernizes MIR transform naming and references for clarity and consistency.
Written by Cursor Bugbot for commit 0fc7994. This will update automatically on new commits. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## bm/be-263-hashql-implement-mir-builder-macro #8230 +/- ##
=============================================================================
Coverage 59.78% 59.78%
=============================================================================
Files 1066 1066
Lines 106191 106191
Branches 4478 4478
=============================================================================
Hits 63488 63488
Misses 41963 41963
Partials 740 740
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 Augment PR SummarySummary: Renames the MIR transform pass formerly called SROA to Changes:
Technical Notes: This is primarily a semantic rename and documentation clarification; functional behavior should remain the same, with 🤖 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.
Review completed. No suggestions at this time.
Comment augment review to trigger a new review at any time.
CodSpeed Performance ReportMerging #8230 will degrade performance by 13.38%Comparing Summary
Benchmarks breakdown
Footnotes |
f3c0958 to
0fc7994
Compare

🌟 What is the purpose of this PR?
Rename the SROA (Scalar Replacement of Aggregates) transformation pass to ForwardSubstitution to better reflect its actual functionality. This pass resolves place operands to their ultimate sources by tracing data dependencies through assignments, projections, and block parameters.
🔍 What does this change?
Sroaclass toForwardSubstitutionacross the codebasemir/pass/transform/sroatomir/pass/transform/forward-substitutioncpmodule tocopy_propagationfor consistency and clarityCopyPropagationandForwardSubstitution🛡 What tests cover this?
Existing tests have been preserved and renamed to match the new terminology.
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: