File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2- ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx,+f16c | FileCheck %s -check-prefixes=AVX, AVX1
3- ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2,+f16c | FileCheck %s -check-prefixes=AVX, AVX2
2+ ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx,+f16c | FileCheck %s -check-prefixes=AVX1
3+ ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2,+f16c | FileCheck %s -check-prefixes=AVX2
44; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx512vl | FileCheck %s -check-prefixes=AVX512
55
66define <8 x half > @test_uitofp_v8i32_v8f16 (<8 x i32 > %a ) {
@@ -196,5 +196,3 @@ define <16 x half> @test_strict_uitofp_v16i32_v16f16(<16 x i32> %a) {
196196 %vec = tail call <16 x half > @llvm.experimental.constrained.uitofp.f16.i32 (<16 x i32 > %a , metadata !"round.dynamic" , metadata !"fpexcept.strict" )
197197 ret <16 x half > %vec
198198}
199- ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
200- ; AVX: {{.*}}
You can’t perform that action at this time.
0 commit comments