[clang] [llvm] [InstCombine] Canonicalize `(sitofp x)` -> `(uitofp x)` if `x >= 0` (PR #82404)

via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 15:03:20 PDT 2024


goldsteinn wrote:

@nikic, what do you think about adding `nneg` for `uitofp`?

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


More information about the cfe-commits mailing list