[PATCH] D117878: [VE] Packed 32/64bit broadcast isel and tests

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 04:49:25 PST 2022


simoll created this revision.
simoll added a reviewer: kaz7.
simoll added a project: VE.
Herald added a subscriber: hiraditya.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Packed-mode broadcast of f32/i32 requires the subregister to be replicated to the full I64 register prior. Add repl_i32 and repl_f32 to faciliate this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117878

Files:
  llvm/lib/Target/VE/VECustomDAG.cpp
  llvm/lib/Target/VE/VECustomDAG.h
  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/Packed/vec_broadcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117878.401948.patch
Type: text/x-patch
Size: 9657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220121/ef950aad/attachment-0001.bin>


More information about the llvm-commits mailing list