Skip to content

Commit 3dae0b5

Browse files
committed
[X86] Remove unused intrinsic declaration
1 parent 6ad4bf3 commit 3dae0b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/CodeGen/X86/stack-folding-int-avx512vl.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,6 @@ define <16 x i16> @stack_fold_pmaxuw_ymm(<16 x i16> %a0, <16 x i16> %a1) {
19021902
%3 = select <16 x i1> %2, <16 x i16> %a0, <16 x i16> %a1
19031903
ret <16 x i16> %3
19041904
}
1905-
declare <16 x i16> @llvm.x86.avx2.pmaxu.w(<16 x i16>, <16 x i16>) nounwind readnone
19061905

19071906
define <16 x i8> @stack_fold_pminsb(<16 x i8> %a0, <16 x i8> %a1) {
19081907
; CHECK-LABEL: stack_fold_pminsb:

0 commit comments

Comments
 (0)