[PATCH] D143038: [AArch64] Added tests for inserting scalar result of uaddlv neon instrinsic function into a vector

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 17:32:01 PST 2023


nilanjana_basu created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
nilanjana_basu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Inserting scalar result of 'uaddlv' neon intrinsic function to a destination vector currently makes use of the integer unit. Subsequent patches will eliminate the redundant use of the integer registers. This is an initial set of tests for this functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143038

Files:
  llvm/test/CodeGen/AArch64/aarch64-neon-vector-insert-uaddlv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143038.493794.patch
Type: text/x-patch
Size: 18131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230201/423b22a1/attachment.bin>


More information about the llvm-commits mailing list