-
Notifications
You must be signed in to change notification settings - Fork 2
pre-commit: test PR101751 (New) #98
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
|
baseline: llvm/llvm-project@120740b |
| srai a1, a1, 14 | ||
| li a2, -57 | ||
| srli a2, a2, 3 | ||
| and a1, a1, a2 |
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.
Regression.
| li a2, -57 | ||
| srli a2, a2, 3 | ||
| and a1, a1, a2 | ||
| add a0, a0, a1 |
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.
Regression.
| li a2, -57 | ||
| srli a2, a2, 3 | ||
| and a1, a1, a2 | ||
| add a0, a0, a1 |
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.
Regression.
PR Link: llvm/llvm-project#101751