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