Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Target
README.txt
Find file
Blame
History
Permalink
Implement ((A|B)&1)|(B&-2) -> (A&1) | B transformation. This also takes care of
· 5b902c5b
Bill Wendling
authored
Dec 01, 2008
permutations of this pattern. llvm-svn: 60312
5b902c5b
Loading