-
Notifications
You must be signed in to change notification settings - Fork 5
pre-commit: PR127398 #2123
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: PR127398 #2123
Conversation
runner: ariselab-64c-v2 412 files changed, 195004 insertions(+), 195095 deletions(-)
1 2 bench/abseil-cpp/optimized/exception_safety_testing.ll |
Summary of Major Changes in the LLVM IR Patch1. Replacement of Bitwise Operations with Select Instructions
2. Optimization of Function Calls and Pointer Usage
3. Removal of Redundant Shift and Truncate Operations
4. Reordering and Simplification of PHI Nodes
5. Introduction of New Intrinsics and Declarations
High-Level OverviewThe patch focuses on simplifying and optimizing LLVM IR by replacing complex bitwise operations with conditional selects ( model: qwen-plus-latest |
%storemerge = xor i32 %11, -2147483648 | ||
%storemerge = and i32 %11, 2147483647 | ||
%masksel = select i1 %.not9, i32 -2147483648, i32 0 | ||
%storemerge = or disjoint i32 %masksel, %13 |
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.
Regression.
Link: llvm/llvm-project#127398
Requested by: @dtcxzyw