[PATCH] D93687: [VE] Extract & insert vector element isel

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 00:53:16 PST 2021


simoll updated this revision to Diff 315307.
simoll added a comment.

- Rebased onto `main`.
- insert_vector_elt tests trigger `vbrd` code path because lowering of `build_vector` to `insert_vector_elt` is gone (D93759 <https://reviews.llvm.org/D93759>).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93687

Files:
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VEInstrPatternsVec.td
  llvm/test/CodeGen/VE/Vector/extract_elt.ll
  llvm/test/CodeGen/VE/Vector/insert_elt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93687.315307.patch
Type: text/x-patch
Size: 24556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/94c60db9/attachment.bin>


More information about the llvm-commits mailing list