[PATCH] D98189: [MIPS] Fix lowering of vectors of non-power-of-two elements

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 08:52:26 PST 2021


LemonBoy created this revision.
LemonBoy added reviewers: atanasyan, craig.topper.
Herald added subscribers: jrtc27, hiraditya, arichardson, sdardis.
LemonBoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fix a couple of rounding issues in the logic that decides how to split the vector in register-sized integers.
Introduce a few more conversion rules in SelectionDAG to handle the "irregular" vector types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98189

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/test/CodeGen/Mips/cconv/vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98189.329033.patch
Type: text/x-patch
Size: 11951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210308/718bb83e/attachment-0001.bin>


More information about the llvm-commits mailing list