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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 08:06:36 PST 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/vector-half-conversions.ll:6
 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f,+avx512vl | FileCheck %s --check-prefix=ALL --check-prefix=AVX --check-prefix=AVX512 --check-prefix=AVX512VL
 
 ;
----------------
Please can you add -verify-machineinstrs to these to check that the the regclass changes are still being respected.


https://reviews.llvm.org/D29988





More information about the llvm-commits mailing list