From eabc582b62f4a3935e643cfe55482a9958421b72 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 21 Sep 2018 21:08:26 +0000 Subject: [PATCH] [X86] Add AVX512 target to load scalar to vector tests To investigate broadcast instruction codegen for D51553 llvm-svn: 342773 --- llvm/test/CodeGen/X86/load-scalar-as-vector.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/load-scalar-as-vector.ll b/llvm/test/CodeGen/X86/load-scalar-as-vector.ll index e49b5d4f7521..1f1d93a7f7fc 100644 --- a/llvm/test/CodeGen/X86/load-scalar-as-vector.ll +++ b/llvm/test/CodeGen/X86/load-scalar-as-vector.ll @@ -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: