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

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 10 09:56:23 PDT 2024


goldsteinn wrote:

> It looks like you need to update `Headers/__clang_hip_math.hip` in clang.

Fixed. Thats what I get for not running clang tests :/

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


More information about the cfe-commits mailing list