forked from OSchip/llvm-project
[X86] Run the AVX/AVX2 intrinsic tests in AVX512VL mode too just to make sure we don't break any older intrinsics.
llvm-svn: 270183
This commit is contained in:
parent
b182715a52
commit
25363178bb
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,5 @@
|
||||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86-64 -mcpu=corei7 -mattr=avx | FileCheck %s
|
; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86-64 -mcpu=corei7 -mattr=avx | FileCheck %s
|
||||||
|
; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86-64 -mcpu=corei7 -mattr=avx512vl | FileCheck %s
|
||||||
|
|
||||||
define i64 @test_x86_sse2_cvtsd2si64(<2 x double> %a0) {
|
define i64 @test_x86_sse2_cvtsd2si64(<2 x double> %a0) {
|
||||||
; CHECK: vcvtsd2si
|
; CHECK: vcvtsd2si
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue