forked from OSchip/llvm-project
[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:
parent
e0403f13c4
commit
eabc582b62
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue