[libc-commits] [libc] [llvm] [llvm] Add KnownBits implementations for avgFloor and avgCeil (PR #86445)
Jay Foad via libc-commits
libc-commits at lists.llvm.org
Fri May 17 01:47:39 PDT 2024
================
@@ -47,11 +46,12 @@ static KnownBits computeForAddCarry(
return KnownOut;
}
-KnownBits KnownBits::computeForAddCarry(
- const KnownBits &LHS, const KnownBits &RHS, const KnownBits &Carry) {
+KnownBits KnownBits::computeForAddCarry(const KnownBits &LHS,
----------------
jayfoad wrote:
Don't reformat code that you haven't changed.
https://github.com/llvm/llvm-project/pull/86445
More information about the libc-commits
mailing list