llvm/test/CodeGen/SystemZ/vec-move-23.ll
0 → 100644
+131
−0
Loading
The type legalizer will scalarize vector conversions from integer to floating point if the source element size is less than that of the result. This is avoided now by inserting a zero/sign-extension of the source vector before type legalization. Review: Ulrich Weigand Differential revision: https://reviews.llvm.org/D75978