-
Notifications
You must be signed in to change notification settings - Fork 24
[EVM][DAGCombine] Legalize brcond (i1 anything) #871
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
Conversation
|
8c6071c
to
33d1895
Compare
|
📊 Excel Reports Available solx: The latest benchmark reports are ready for download and imported to Excel: Includes:
|
33d1895
to
8d212b0
Compare
8d212b0
to
3486c12
Compare
I've analyzed several failures and I’m not sure this approach works in the general case. To insert an Here is an example when AND is redundant:
This AND can be eliminated, for example, by following change in ISel:
|
No description provided.