[llvm] [InstCombine] Canonicalize `(uitofp x)` -> `(sitofp x)` if `x >= 0` (PR #82404)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 11:04:43 PST 2024
goldsteinn wrote:
My thinking was `sitofp` is a better canonicalization, but either way we should probably pick one.
https://github.com/llvm/llvm-project/pull/82404
More information about the llvm-commits
mailing list