[PATCH] D71672: [AArch64] match splat of bitcasted extract subvector to DUPLANE

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 06:30:13 PST 2019


spatel updated this revision to Diff 234879.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:

1. Enhanced to allow narrow element -> wide element bitcasts. (tests added with rG59811f454df0 <https://reviews.llvm.org/rG59811f454df08924fc35f7e8fb8cb61e8f40e869>)
2. Restructured and added code/test comments (hopefully makes it easier to read).


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

https://reviews.llvm.org/D71672

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/arm64-neon-2velem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71672.234879.patch
Type: text/x-patch
Size: 6485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/b70264f2/attachment.bin>


More information about the llvm-commits mailing list