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

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 01:05:11 PDT 2022


CarolineConcatto updated this revision to Diff 453557.
CarolineConcatto marked an inline comment as done.
CarolineConcatto added a comment.

Rewrite Instcombine test for vector extract. Now we have a test for when:
The indexes for extract and insert are equal
The indexes are different
The indexes are equal but the return and insert vector type are different


Repository:
  rG LLVM Github Monorepo

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

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-get.ll
  llvm/test/Transforms/InstCombine/opts-tuples-extract-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131548.453557.patch
Type: text/x-patch
Size: 115445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220818/95d8e47c/attachment-0001.bin>


More information about the llvm-commits mailing list