Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commit
ea2b9b9d
authored
Dec 31, 2012
by
Jakub Staszak
Browse files
Transform (A == C1 || A == C2) into (A & ~(C1 ^ C2)) == C1
if C1 and C2 differ only with one bit. Fixes PR14708. llvm-svn: 171270
parent
a7c7e607
Loading
Loading
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Loading
Preview
0%
Loading
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
sign in
to comment