AMDGPU: Fix not using v_cvt_f16_[iu]16
We weren't treating i16->f16 casts as legal on targets with these instructions, and always using a pair of casts through i32.
Loading
Please sign in to comment
We weren't treating i16->f16 casts as legal on targets with these instructions, and always using a pair of casts through i32.