-
Notifications
You must be signed in to change notification settings - Fork 8
pre-commit: PR144065 #2524
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: PR144065 #2524
Conversation
Diff moderunner: ariselab-64c-docker 1681 files changed, 712495 insertions(+), 715470 deletions(-) 5 6 bench/abc/optimized/giaDup.ll |
|
Here is a high-level summary of the most significant changes in the provided LLVM IR diffs:
These changes reflect a consistent effort to simplify pointer arithmetic, reduce unnecessary memory operations, improve loop structure, and replace pointer comparisons with more portable and analyzable integer-based logic. The overall goal appears to be better optimization opportunities and backend compatibility. model: qwen-plus-latest |
| %64 = trunc i64 %59 to i32 | ||
| %65 = and i32 %64, 63 | ||
| %.not.i.i.i = icmp eq ptr %1, %storemerge.i.i.i76 | ||
| %.not.i.i.i = icmp eq i64 %.idx, %storemerge.idx.i.i.i75.neg |
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.
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.
Tracked at llvm/llvm-project#146642.
Link: llvm/llvm-project#144065
Requested by: @nikic