[llvm] [InstCombine] Canonicalize `(uitofp x)` -> `(sitofp x)` if `x >= 0` (PR #82404)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 12:43:19 PST 2024
goldsteinn wrote:
got https://github.com/llvm/llvm-project/pull/82555 in, now canonicalizes to unsigned.
https://github.com/llvm/llvm-project/pull/82404
More information about the llvm-commits
mailing list