From c8af8d23783e072e1060d2f23a06990820b01bc0 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sun, 27 Dec 2015 06:55:08 +0000 Subject: [PATCH 1/1] [AVX-512] Remove alernate integer forms for VPERMILPS and VPERMILPD. There no tests for them and I don't see any way to select them anyway. If they are really needed they should be implemented as patterns and not full fledged instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256462 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrAVX512.td | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/Target/X86/X86InstrAVX512.td b/lib/Target/X86/X86InstrAVX512.td index f7e5d9c7b52..59a8ead8c6e 100644 --- a/lib/Target/X86/X86InstrAVX512.td +++ b/lib/Target/X86/X86InstrAVX512.td @@ -4299,14 +4299,6 @@ multiclass avx512_permil OpcImm, bits<8> OpcVar, defm NAME: avx512_shift_rmi_sizes, EVEX, AVX512AIi8Base, EVEX_CD8<_.info128.EltSize, CD8VF>; - - let isCodeGenOnly = 1 in { - // lowering implementation with the alternative types - defm NAME#_I: avx512_permil_vec_common; - defm NAME#_I: avx512_shift_rmi_sizes, - EVEX, AVX512AIi8Base, EVEX_CD8<_.info128.EltSize, CD8VF>; - } } defm VPERMILPS : avx512_permil<"vpermilps", 0x04, 0x0C, avx512vl_f32_info, -- 2.34.1