[X86] Add AVX512 target to load scalar to vector tests

To investigate broadcast instruction codegen for D51553

llvm-svn: 342773
This commit is contained in:
Simon Pilgrim 2018-09-21 21:08:26 +00:00
parent e0403f13c4
commit eabc582b62
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
; RUN: llc < %s -mtriple=x86_64-- -mattr=+sse4.2 | FileCheck %s --check-prefixes=SSE,SSE4
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx | FileCheck %s --check-prefixes=AVX,AVX1
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2 | FileCheck %s --check-prefixes=AVX,AVX2
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx512dq,+avx512bw | FileCheck %s --check-prefixes=AVX,AVX512
define <4 x i32> @add_op1_constant(i32* %p) nounwind {
; SSE-LABEL: add_op1_constant: