[PATCH] D29988: [X86][AVX512] Change VCVTSS2SD and VCVTSD2SS node types to keep consistency between VEX/EVEX versions.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 21:45:05 PST 2017


craig.topper added a comment.

Any idea why the tests changed?



================
Comment at: lib/Target/X86/X86InstrAVX512.td:6108
 def : Pat<(v4f32 (X86Movss
                    (v4f32 VR128X:$dst),
                    (v4f32 (scalar_to_vector
----------------
Should we have a VCVTSD2SSZrr_Int instruction like SSE/AVX?


https://reviews.llvm.org/D29988





More information about the llvm-commits mailing list