[PATCH] D106780: [x86] Fix lowering to illegal type in LowerINSERT_VECTOR_ELT

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 02:20:45 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/insertelement-var-index.ll:8
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx512bw,+avx512vl | FileCheck %s --check-prefixes=ALL,AVX,AVX512,AVX512BW
+; RUN: llc < %s -mtriple=i686-- -mattr=+avx2 | FileCheck %s --check-prefixes=X86AVX2
 
----------------
xiangzhangllvm wrote:
> RKSimon wrote:
> > Can you make it --check-prefixes=ALL,X86AVX2 please? 
> Of course, just need change "retq" to "ret", thanks a lot!
yup - the script should do that for you


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106780/new/

https://reviews.llvm.org/D106780



More information about the llvm-commits mailing list