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

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 18:37:49 PDT 2021


xiangzhangllvm added a comment.

Thanks @RKSimon 's review, I remove my old test, add check x86avx2 in insertelement-var-index.ll (It also can reproduce the bug)

Because the 32bit output has a lot of difference with the 64, I independently use "check x86avx2" for it.


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

https://reviews.llvm.org/D106780



More information about the llvm-commits mailing list