[llvm] [HashRecognize] Fix LHS ConstantRange check for BE (PR #148620)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 05:17:50 PDT 2025


artagnon wrote:

> And what's "LHS" ?

LHS is simply `%sb.crc.data` or `%crc`. The simple LHS of the icmp:

```cpp
      KnownBits KnownL = compute(L);
      auto LCR = ConstantRange::fromKnownBits(KnownL, false);
```

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


More information about the llvm-commits mailing list