-
Notifications
You must be signed in to change notification settings - Fork 2
pre-commit: test PR85932 #6
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@007e859 |
srliw a1, a1, 12 | ||
srli a1, a1, 12 | ||
slli a1, a1, 44 | ||
srli a1, a1, 44 |
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
@@ -10,5 +10,6 @@ func0000000000000002: # @func0000000000000002 | |||
or a0, a0, a1 | |||
ret | |||
func0000000000000001: # @func0000000000000001 | |||
sh3add a0, a1, a0 | |||
slli a1, a1, 3 | |||
or 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#85932