[llvm] [InstCombine] Use `m_NotForbidPoison` when folding `(X u< Y) ? -1 : (~X + Y) --> uadd.sat(~X, Y)` (PR #114345)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 07:20:44 PDT 2024


https://github.com/goldsteinn approved this pull request.

LGTM although I have trouble believing this is the only place we have this type of bug.

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


More information about the llvm-commits mailing list