-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[InstCombine] a && (a | b)
is not simplified
#69038
Comments
I will Work on this. |
@k-arrows Where is the function responsible for this optimization? |
Thank you for the question, but I'm not a developer of LLVM, so it's not appropriate for me to answer this question. @nikic @goldsteinn @dtcxzyw |
llvm-project/llvm/lib/Analysis/InstructionSimplify.cpp Lines 2245 to 2262 in 00c8da6
|
@dtcxzyw can you suggest an interesting issue for me to work on? |
@dtcxzyw Can you please assign them to me, except the crash one till I get familiar with the system more? |
I am sorry I cannot assign all these issues to you simultaneously. Someone may also be interested in these issues. You can pick one (or two) issues and leave comments on them :) |
https://alive2.llvm.org/ce/z/Z5Ly98
Reproducer:
https://godbolt.org/z/YEqW7sE6n
The text was updated successfully, but these errors were encountered: