[clang] [llvm] [mlir] Fix Definition Mismatches (PR #89294)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 01:07:06 PDT 2024


================
@@ -433,7 +433,7 @@ class LLVM_LIBRARY_VISIBILITY InstCombinerImpl final
   Value *foldAndOrOfICmpsOfAndWithPow2(ICmpInst *LHS, ICmpInst *RHS,
                                        Instruction *CxtI, bool IsAnd,
                                        bool IsLogical = false);
-  Value *matchSelectFromAndOr(Value *A, Value *B, Value *C, Value *D,
----------------
joker-eph wrote:

You could fix the warning by using vastly different names for the function parameters?

https://github.com/llvm/llvm-project/pull/89294


More information about the llvm-commits mailing list