-
Notifications
You must be signed in to change notification settings - Fork 8
pre-commit: PRllvm/llvm-project/compare/main...fhahn:llvm-project:scev-rewrite-add-expr-tmp #2912
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?
Conversation
…v-rewrite-add-expr-tmp
Diff moderunner: ariselab-64c-docker 336 files changed, 76332 insertions(+), 77882 deletions(-)
+3 llvm/X86CallingConv.ll |
The provided patch includes several changes across multiple LLVM IR files. Here is a summary of the major changes:
These changes collectively aim to optimize the generated code by removing redundant operations, simplifying control flow, and making better use of LLVM's optimization capabilities through more precise instruction annotations. model: qwen-plus-latest |
Link: llvm/llvm-project@main...fhahn:llvm-project:scev-rewrite-add-expr-tmp
Requested by: @fhahn