[llvm] [llvm] [InstCombine] fold "icmp eq (X + (V - 1)) & -V, X" to "icmp eq 0, (and X, V - 1)" (PR #152851)

Pavel Skripkin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 11:06:09 PDT 2025


pskrgag wrote:

CI looks unrelated

```
  ERROR: test_modulelist_deadlock (TestStatusline.TestStatusline.test_modulelist_deadlock)
     Regression test for a deadlock that occurs when the status line is enabled before connecting
```

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


More information about the llvm-commits mailing list