InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
[oota-llvm.git] / .clang-format
1 BasedOnStyle: LLVM