[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 01:29:32 PDT 2021


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM with one minor change



================
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
 
----------------
Can you make it --check-prefixes=ALL,X86AVX2 please? 


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

https://reviews.llvm.org/D106780



More information about the llvm-commits mailing list