[llvm] 3dae0b5 - [X86] Remove unused intrinsic declaration

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 10:35:36 PST 2021


Author: Simon Pilgrim
Date: 2021-02-19T18:35:14Z
New Revision: 3dae0b5703c2e7cb1b5b2cc04efc9286d4d3f605

URL: https://github.com/llvm/llvm-project/commit/3dae0b5703c2e7cb1b5b2cc04efc9286d4d3f605
DIFF: https://github.com/llvm/llvm-project/commit/3dae0b5703c2e7cb1b5b2cc04efc9286d4d3f605.diff

LOG: [X86] Remove unused intrinsic declaration

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/stack-folding-int-avx512vl.ll b/llvm/test/CodeGen/X86/stack-folding-int-avx512vl.ll
index e1eaa1a52db3..cf24f7ea2f0b 100644
--- a/llvm/test/CodeGen/X86/stack-folding-int-avx512vl.ll
+++ b/llvm/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:


        


More information about the llvm-commits mailing list