Skip to content
Commit fca47368 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Allow v2i32->v2f32 strict and non-strict uint_to_fp to be widened to...

[X86] Allow v2i32->v2f32 strict and non-strict uint_to_fp to be widened to v4i32->v4f32 under avx512.

With avx512vl we get v4i32->v4f32 uint_to_fp instructions. With
avx512f we get v16i32->v16f32 instructions which we can use to
emulate v4i32->v4f32.
parent 931946bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment