-
Notifications
You must be signed in to change notification settings - Fork 77
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
dialects: (riscv) canonicalization pattern added (x|0=x) #3230
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3230 +/- ##
=======================================
Coverage 90.07% 90.07%
=======================================
Files 437 437
Lines 54844 54859 +15
Branches 8518 8520 +2
=======================================
+ Hits 49402 49416 +14
Misses 4062 4062
- Partials 1380 1381 +1 ☔ View full report in Codecov by Sentry. |
Can you please also change the GETTING_STARTED.md document to remove the suggestion of this rewrite pattern, and maybe add one of your own for the next person? |
Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
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.
🙏
Feel free to merge whenever |
Added a riscv canonicalization pattern for bitwise or with 0. --------- Co-authored-by: Sasha Lopoukhine <superlopuh@gmail.com>
Added a riscv canonicalization pattern for bitwise or with 0.