-
Notifications
You must be signed in to change notification settings - Fork 9
pre-commit: PR166102 #3015
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: PR166102 #3015
Conversation
Diff moderunner: ariselab-64c-docker 3055 files changed, 1852214 insertions(+), 1857546 deletions(-) +20 pcg-cpp/make-partytrick.ll |
|
The provided diff consists of numerous small, localized changes across various benchmark files. Here is a summary of the most significant and recurring types of changes:
These changes reflect optimizations focused on reducing redundancy, simplifying control flow, and eliminating intermediate steps in value computation, likely resulting from improved static analysis or code generation passes. model: qwen-plus-latest |
| ret { i32, i32 } %7 | ||
| %3 = icmp ult i64 %0, 154618822656 | ||
| %.sroa.3937.0.i = select i1 %3, i64 %switch.idx.mult.i, i64 513 | ||
| %5 = trunc i64 %.sroa.3937.0.i to i1 |
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.
Missed optimization: https://alive2.llvm.org/ce/z/YiKkLF
Link: llvm/llvm-project#166102
Requested by: @dtcxzyw