[PATCH] D131548: [AArch64]Remove svget/svset/svcreate from llvm

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 01:10:37 PDT 2022


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

This patch removes the aarch64 instrinsic svget/svset/svcreate from llvm.
It also implements the InstCombine for vector.extract that used to be in svget.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131548

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/CodeGen/AArch64/sve-calling-convention-tuple-types.ll
  llvm/test/CodeGen/AArch64/sve-extract-subvector.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-insert-extract-tuple.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
  llvm/test/CodeGen/AArch64/sve-merging-stores.ll
  llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-tuple-extract.ll
  llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-opts-tuple-get.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131548.451374.patch
Type: text/x-patch
Size: 114544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/a865f176/attachment.bin>


More information about the llvm-commits mailing list