-
Notifications
You must be signed in to change notification settings - Fork 5
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: PR122165 #1932
pre-commit: PR122165 #1932
Conversation
runner: buildkitsandbox 37 files changed, 987 insertions(+), 877 deletions(-)
61b3a75 pre-commit: Update |
@@ -1134,18 +1134,18 @@ if.then98.i: ; preds = %if.then92.i | |||
|
|||
if.else105.i: ; preds = %if.then92.i | |||
%5 = tail call range(i64 0, 65) i64 @llvm.ctlz.i64(i64 %conv101.i, i1 true) | |||
%shl.i.i = shl i64 %conv101.i, %5 | |||
%6 = tail call i64 @llvm.fshl.i64(i64 %conv101.i, i64 0, i64 %5) |
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
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.
Missing fold: https://alive2.llvm.org/ce/z/3oTEop
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.
Reported: llvm/llvm-project#122235
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.
Ah sorry, I wrote this issue before I saw your comment. Masking the shift amount instead of making it a pre-condition may be better...
/add-label reviewed |
Link: llvm/llvm-project#122165
Requested by: @nikic