From 383882990f4a6e5b9e4c0ee5f33fcefdb4af43d5 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 19 Feb 2021 18:25:11 +0000 Subject: [PATCH] [X86] Remove unused intrinsic declaration --- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/X86/stack-folding-int-avx512vl.ll b/test/CodeGen/X86/stack-folding-int-avx512vl.ll index e1eaa1a52db..cf24f7ea2f0 100644 --- a/test/CodeGen/X86/stack-folding-int-avx512vl.ll +++ b/test/CodeGen/X86/stack-folding-int-avx512vl.ll @@ -1902,7 +1902,6 @@ define <16 x i16> @stack_fold_pmaxuw_ymm(<16 x i16> %a0, <16 x i16> %a1) { %3 = select <16 x i1> %2, <16 x i16> %a0, <16 x i16> %a1 ret <16 x i16> %3 } -declare <16 x i16> @llvm.x86.avx2.pmaxu.w(<16 x i16>, <16 x i16>) nounwind readnone define <16 x i8> @stack_fold_pminsb(<16 x i8> %a0, <16 x i8> %a1) { ; CHECK-LABEL: stack_fold_pminsb: