"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "65d2a697dc488246db46416ce2f3d7f6c2a672e0"
fix PR11334
- FP_EXTEND only support extending from vectors with matching elements. This results in the scalarization of extending to v2f64 from v2f32, which will be legalized to v4f32 not matching with v2f64. - add X86-specific VFPEXT supproting extending from v4f32 to v2f64. - add BUILD_VECTOR lowering helper to recover back the original extending from v4f32 to v2f64. - test case is enhanced to include different vector width. llvm-svn: 161894
Loading
Please register or sign in to comment