Skip to content
Commit 46d710e6 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.

This implements CodeGen/X86/and-or-fold.ll

llvm-svn: 30379
parent 4c4e0775
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment