================ @@ -121,6 +121,7 @@ template <size_t Bits, bool Signed> struct BigInt { return lo; } } else { + // TODO: silence shift warning ---------------- michaelrj-google wrote: bits has to be a multiple of 64, see line 30. https://github.com/llvm/llvm-project/pull/74379