-
Notifications
You must be signed in to change notification settings - Fork 9
pre-commit: PR168007 #3070
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: PR168007 #3070
Conversation
Diff moderunner: ariselab-64c-docker 5742 files changed, 1395222 insertions(+), 1405434 deletions(-) +24 typst-rs/53ug9lwflkq7ucu8.ll |
|
The provided patch makes several key changes to LLVM IR code across multiple files. Here is a summary of the major changes:
These changes collectively aim to simplify the generated IR, reduce unnecessary function calls, optimize conditional checks, and streamline control flow, potentially leading to better performance after further optimization passes. model: qwen-plus-latest |
| %cmp3 = icmp ult i64 %Value.addr.0, 64 | ||
| br i1 %cmp3, label %lor.end, label %lor.rhs | ||
| %or.cond = and i1 %cmp3, %cmp | ||
| br i1 %or.cond, label %lor.end, label %lor.rhs |
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#168007
Requested by: @dtcxzyw