[PATCH] D69711: [MIPS GlobalISel] Select MSA insert_vector_elt with immediate index
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 2 14:54:49 PDT 2019
atanasyan added a comment.
When I apply this match to the master branch I get a couple of failed tests:
- CodeGen/Mips/GlobalISel/legalizer/insert_vector_elt_imm_index.mir
- CodeGen/Mips/GlobalISel/llvm-ir/insert_vector_elt_imm_index.ll
LLVM ERROR: unable to legalize instruction: %8:_(<16 x s32>) = G_INSERT_VECTOR_ELT %6:_, %7:_(s32), %5:_(s32) (in function: insert_i8)
Are there any other patches need to be applied first?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69711/new/
https://reviews.llvm.org/D69711
More information about the llvm-commits
mailing list