"lld/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "05ef4cff44537c548f08e21ab25cad7c21bc2fbd"
[X86] Fix (v2f64 (s/uint_to_fp (v2i1))) to avoid scalarization without AVX512DQ.
Previously we extended v2i1 to v2f64 and then tried to use cvtuqq2pd/cvtqq2pd, but that only works with avx512dq. So we ended up scalarizing it. Now we widen to v4i1 first and extend to v4i32. llvm-svn: 321420
Loading
Please register or sign in to comment