66a0f318fd
It's quite likely that the source of the f2i32 was already an integer, in which case we can skip the ftrunc (particularly useful on the int-to-float class of hardware that's unlikely to just have a native trunc opcode!). Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15870>