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&((~A)|B)) -> A&B transformation in the instruction combiner. This
· 9eef421e
Bill Wendling
authored
Nov 30, 2008
takes care of all permutations of this pattern. llvm-svn: 60290
9eef421e
Loading