-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
refactor[venom]: refactor venom operand classes #3915
refactor[venom]: refactor venom operand classes #3915
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3915 +/- ##
==========================================
- Coverage 90.92% 90.87% -0.05%
==========================================
Files 95 95
Lines 14411 14395 -16
Branches 3189 3187 -2
==========================================
- Hits 13103 13082 -21
- Misses 908 912 +4
- Partials 400 401 +1 ☔ View full report in Codecov by Sentry. |
seems fine. i think we should have explicit |
I reverted the utility functions, |
the original `IRValue`, `IRVariable`, `IRLabel` and `IROperand` hierarchy got convoluted after several refactors. this commit refactors the hierarchy so that the relationship between the classes is clearer.
What I did
How I did it
How to verify it
Commit message
Description for the changelog
Cute Animal Picture