diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-01-19 12:07:44 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-01-19 12:07:44 +0000 |
commit | 65a565bf2171492118d56ba3c99543623e6e0e49 (patch) | |
tree | 5d8abde1f723be60b5dafc2abec8d5b311aea2a9 | |
parent | 852abd1ab65f223335ff00da25b75db989b5bf86 (diff) | |
download | bcm5719-llvm-65a565bf2171492118d56ba3c99543623e6e0e49.tar.gz bcm5719-llvm-65a565bf2171492118d56ba3c99543623e6e0e49.zip |
[X86] Add KNL target to slow PMULLD tests
llvm-svn: 322939
-rw-r--r-- | llvm/test/CodeGen/X86/slow-pmulld.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/slow-pmulld.ll b/llvm/test/CodeGen/X86/slow-pmulld.ll index b12b7432991..1dec2c8b227 100644 --- a/llvm/test/CodeGen/X86/slow-pmulld.ll +++ b/llvm/test/CodeGen/X86/slow-pmulld.ll @@ -9,6 +9,8 @@ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512dq | FileCheck %s --check-prefixes=AVX-64,AVX512-64,AVX512DQ-64 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mattr=+avx512bw | FileCheck %s --check-prefixes=AVX-32,AVX512-32,AVX512BW-32 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512bw | FileCheck %s --check-prefixes=AVX-64,AVX512-64,AVX512BW-64 +; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=knl | FileCheck %s --check-prefixes=AVX-32,AVX512-32,KNL-32 +; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=knl | FileCheck %s --check-prefixes=AVX-64,AVX512-64,KNL-64 ; Make sure that the slow-pmulld feature can be used without SSE4.1. ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=silvermont -mattr=-sse4.1 |