Skip to content
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] Decompose more icmps into masks #110836

Merged
merged 4 commits into from
Oct 4, 2024

Update test after rebase

3d948de
Select commit
Loading
Failed to load commit list.
Merged

[InstCombine] Decompose more icmps into masks #110836

Update test after rebase
3d948de
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 4, 2024 in 0s

Graphite AI review summary

This change expands the functionality of the decomposeBitTestICmp function to handle more complex bit test comparisons, including non-zero constant values. It also updates related code to utilize this enhanced functionality.

Left no comments. Looks good to me!

Details