InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0
[oota-llvm.git] / .clang-tidy
1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'