Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if there are more than one uses of...
[oota-llvm.git] / test / Transforms / InstCombine / README.txt
1 This directory contains test cases for the instcombine transformation.  The
2 dated tests are actual bug tests, whereas the named tests are used to test
3 for features that the this pass should be capable of performing.
4