-
Notifications
You must be signed in to change notification settings - Fork 8
pre-commit: PR164382 #2959
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
base: main
Are you sure you want to change the base?
pre-commit: PR164382 #2959
Conversation
Diff moderunner: ariselab-64c-docker 4192 files changed, 587674 insertions(+), 582384 deletions(-) +25 libigl/kkt_inverse.ll |
|
The provided patch introduces several changes across multiple LLVM IR files, primarily focused on memory attribute updates and minor code transformations. Below is a high-level summary of the major changes:
These changes enhance the precision of LLVM’s memory model, particularly regarding errno interaction during allocation operations, and improve safety and optimization potential across the analyzed codebases. model: qwen-plus-latest |
| %157 = shl nsw i64 %156, 3 | ||
| %158 = call ptr @realloc(ptr noundef %153, i64 noundef %157) #33 | ||
| store ptr %158, ptr @input_files, align 8, !tbaa !12 | ||
| %159 = load i32, ptr @tokenize_file.file_no, align 4, !tbaa !62 |
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.
Reload of global -- we can probably avoid this one?
Link: llvm/llvm-project#164382
Requested by: @nikic