Skip to content
Commit 16464b36 authored by Chris Lattner's avatar Chris Lattner
Browse files

- InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0

  - InstCombine: (X | C) & C --> C
  - InstCombine: (X | C1) & C2 --> (X | (C1&C2)) & C2

llvm-svn: 7269
parent fcd1efbb
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