| commit | 0f7715afe1f15174204ca62f44e53f56b462bf19 | [log] [tgz] |
|---|---|---|
| author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | Sat Dec 29 13:40:48 2018 +0000 |
| committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | Sat Dec 29 13:40:48 2018 +0000 |
| tree | f3c06a107696ab18f4de90b4c3d64b108fea87dd | |
| parent | 763c8973bfa4534b503f31b4d716a523d6b9fd8e [diff] |
[PowerPC] Complete the custom legalization of vector int to fp conversion A recent patch has added custom legalization of vector conversions of v2i16 -> v2f64. This just rounds it out for other types where the input vector has an illegal (narrower) type than the result vector. Specifically, this will handle the following conversions: v2i8 -> v2f64 v4i8 -> v4f32 v4i16 -> v4f32 Differential revision: https://reviews.llvm.org/D54663 llvm-svn: 350155