[llvm] [InstCombine] Fold `(X==Z || Y==Z) ? (X==Z && Y==Z) : X==Y --> X==Y` (PR #108619)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 07:58:28 PDT 2024


goldsteinn wrote:

This is really really specific, if it shows up in realworld code I'm not opposed to getting it in, but is there some generalization of the pattern we can make?

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


More information about the llvm-commits mailing list