Skip to content

Commit 3053fb2

Browse files
committed
[NFC][X86] Add avx512vl to test after a87d8e9 (#28963)
1 parent 664305b commit 3053fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/FPBuiltinFnSelection/X86/fp-builtin-intrinsics-svml-sqrt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: opt -mattr=+sse2 -alt-math-library=svml -fpbuiltin-fn-selection -S < %s | FileCheck %s -check-prefix=SSE2
44
; RUN: opt -mattr=+avx2 -alt-math-library=svml -fpbuiltin-fn-selection -S < %s | FileCheck %s -check-prefix=AVX2
55
; RUN: opt -mattr=+avx512f -alt-math-library=svml -fpbuiltin-fn-selection -S < %s | FileCheck %s -check-prefix=AVX512F
6-
; RUN: opt -mattr=+avx512fp16 -alt-math-library=svml -fpbuiltin-fn-selection -S < %s | FileCheck %s -check-prefix=AVX512FP16
6+
; RUN: opt -mattr=+avx512fp16,avx512vl -alt-math-library=svml -fpbuiltin-fn-selection -S < %s | FileCheck %s -check-prefix=AVX512FP16
77

88
; Test if fpbuiltin.sqrt for float/double could be transformed to llvm builtins
99
; when SSE2, AVX2, AVX512F, AVX512FP16 is available.

0 commit comments

Comments
 (0)