[PATCH] D111165: [AArch64][SVE] Add fixed type lowering for EXTRACT_SUBVECTOR

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 5 09:01:26 PDT 2021


bsmith created this revision.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith retitled this revision from "[AArch64][SVE] Add fixed type lowering for EXTRACT_SUBVECTOR

Depends on D111135" to "[AArch64][SVE] Add fixed type lowering for EXTRACT_SUBVECTOR".
bsmith edited the summary of this revision.
bsmith added reviewers: paulwalker-arm, peterwaller-arm, sdesmalen.
bsmith published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Depends on D111135 <https://reviews.llvm.org/D111135>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111165

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-ext-loads.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-extract-subvector.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp-extend-trunc.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-fp-to-int.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-int-to-fp.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111165.377271.patch
Type: text/x-patch
Size: 54156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211005/8570eac2/attachment.bin>


More information about the llvm-commits mailing list