[llvm] [InstCombine] Support trunc to i1 in foldSelectICmpAnd (PR #127905)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 16 10:30:51 PDT 2025


================
@@ -747,60 +714,26 @@ static Value *foldSelectICmpLshrAshr(const ICmpInst *IC, Value *TrueVal,
 /// 2. The select operands are reversed
 /// 3. The magnitude of C2 and C1 are flipped
 static Value *foldSelectICmpAndBinOp(Value *CondVal, Value *TrueVal,
-                                     Value *FalseVal,
+                                     Value *FalseVal, Value *V, APInt AndMask,
----------------
nikic wrote:

```suggestion
                                     Value *FalseVal, Value *V, const APInt &AndMask,
```

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


More information about the llvm-commits mailing list