-
Notifications
You must be signed in to change notification settings - Fork 2
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
pre-commit: test PR89966 #25
base: main
Are you sure you want to change the base?
Conversation
baseline: llvm/llvm-project@fd92735 |
@@ -16,7 +16,8 @@ func0000000000000000: # @func0000000000000000 | |||
li a2, 103 | |||
mul a1, a1, a2 | |||
bexti a2, a1, 15 | |||
srli a1, a1, 10 | |||
srai a1, a1, 8 | |||
srli a1, a1, 2 |
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
baseline: llvm/llvm-project@8dcb90b |
@@ -4,7 +4,8 @@ func0000000000000003: # @func0000000000000003 | |||
lui a1, %hi(.LCPI0_0) | |||
ld a1, %lo(.LCPI0_0)(a1) | |||
mulhu a0, a0, a1 | |||
srli a0, a0, 18 | |||
srli a0, a0, 15 | |||
srli a0, a0, 3 |
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.
@@ -17,7 +17,8 @@ func0000000000000007: # @func0000000000000007 | |||
addi a0, a0, 57 | |||
ret | |||
func0000000000000006: # @func0000000000000006 | |||
srli a1, a1, 2 | |||
slli a1, a1, 2 | |||
srli a1, a1, 4 |
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#89966