-
Notifications
You must be signed in to change notification settings - Fork 4
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: test PR79688 #157
Conversation
baseline: llvm/llvm-project@3855757 |
Could you rerun it again? I think it covers the original real-world ir now. I'm curious about the result 😄 |
baseline: llvm/llvm-project@7089c01 |
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.
It seems that the real-world ir in original issue doesn't folds util llvm/llvm-project#77231 is merged. But the effect is actually good.
%Features.16.ph.i = select i1 %31, i32 %Features.14.ph.i, i32 %spec.select74.i | ||
%or135.i = or i32 %Features.16.ph.i, 4194304 | ||
%spec.select75.i = select i1 %14, i32 %or135.i, i32 %Features.14.ph.i | ||
%32 = extractelement <8 x i1> %29, i64 5 |
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.
To my surprise, a large portion of ir is optimized away
PR Link: llvm/llvm-project#79688