[PATCH] D69712: [MIPS GlobalISel] Select MSA insert_vector_elt with variable index

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 06:44:44 PDT 2019


Petar.Avramovic created this revision.
Petar.Avramovic added reviewers: atanasyan, petarj.
Herald added subscribers: llvm-commits, arphaman, jrtc27, hiraditya, arichardson, rovka, sdardis.
Herald added a project: LLVM.
Petar.Avramovic added a parent revision: D69711: [MIPS GlobalISel] Select MSA insert_vector_elt with immediate index.

Select G_INSERT_VECTOR_ELT when insert index can't be folded
like an immediate, for MIPS32 with MSA.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69712

Files:
  llvm/lib/Target/Mips/MipsInstructionSelector.cpp
  llvm/test/CodeGen/Mips/GlobalISel/instruction-select/insert_vector_elt_variable_index.mir
  llvm/test/CodeGen/Mips/GlobalISel/legalizer/insert_vector_elt_variable_index.mir
  llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/insert_vector_elt_variable_index.ll
  llvm/test/CodeGen/Mips/GlobalISel/regbankselect/insert_vector_elt_variable_index.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69712.227440.patch
Type: text/x-patch
Size: 30430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191101/c794904e/attachment-0001.bin>


More information about the llvm-commits mailing list