Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
github.com
llvm
llvm-project
Commits
7a1a4761
Unverified
Commit
7a1a4761
authored
Dec 28, 2023
by
Yingwei Zheng
Committed by
GitHub
Dec 28, 2023
Browse files
[InstCombine] Fold `(X & C1) | C2` into `X & (C1 | C2)` iff `(X & C2) == C2` (#76470)
Alive2:
https://alive2.llvm.org/ce/z/VKJYaS
parent
8c6172b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment