[llvm] [InstCombine] smin(smax(X, -1), 1) -> scmp(X, 0) and smax(smin(X, 1), -1) -> scmp(X, 0) (PR #145736)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 28 09:32:24 PDT 2025
AZero13 wrote:
@nikic I do not have merge permissions.
https://github.com/llvm/llvm-project/pull/145736
More information about the llvm-commits
mailing list