-
Notifications
You must be signed in to change notification settings - Fork 9
pre-commit: PR172656 #3161
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: PR172656 #3161
Conversation
Diff moderunner: ariselab-64c-docker 294 files changed, 128601 insertions(+), 128695 deletions(-) +6 icu/decNumber.ll |
|
This patch contains numerous localized LLVM IR transformations across many benchmarks, primarily focused on restructuring conditional logic and phi node operands. The major changes are:
No major algorithmic or structural changes are introduced; the patch reflects low-level IR canonicalization and cleanup, likely resulting from recent optimizer passes (e.g., InstCombine, SimplifyCFG, LoopSimplify) or manual tuning. model: qwen-plus-latest |
Link: llvm/llvm-project#172656
Requested by: @nikic