[llvm] [InstCombine] Fold `(X==Z || Y==Z) ? (X==Z && Y==Z) : X==Y --> X==Y` (PR #108619)
Marina Taylor via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 07:51:33 PDT 2024
citymarina wrote:
A nice result of matching on the canonical form is that there is no longer an ordering dependency, so I've removed the `This needs to happen before ...` comment.
https://github.com/llvm/llvm-project/pull/108619
More information about the llvm-commits
mailing list