[llvm] [InstCombine] Decompose more icmps into masks (PR #110836)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 08:52:18 PDT 2024
================
@@ -92,18 +92,21 @@ namespace llvm {
Constant *getPredForFCmpCode(unsigned Code, Type *OpTy,
CmpInst::Predicate &Pred);
- /// Represents the operation icmp (X & Mask) pred 0, where pred can only be
+ /// Represents the operation icmp (X & Mask) pred Cmp, where pred can only be
----------------
nikic wrote:
Heh, theny ou could confused `X` and `Val` :) Maybe just `C`?
https://github.com/llvm/llvm-project/pull/110836
More information about the llvm-commits
mailing list