[RISCV] Improve 4x and 8x (s/u)int_to_fp.
Previously we emitted a 4x or 8x vzext followed by a vfcvt. We can instead use a 2x or 4x vzext followed by a vfwcvt.
parent
c60149b4
Please register or sign in to comment
Previously we emitted a 4x or 8x vzext followed by a vfcvt. We can instead use a 2x or 4x vzext followed by a vfwcvt.