[PATCH] D153808: [CodeGen] Add support for integers using SVE2 in ComplexDeinterleaving passDepends on D153355

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 05:11:53 PDT 2023


igor.kirillov updated this revision to Diff 534919.
igor.kirillov marked 3 inline comments as done.
igor.kirillov added a comment.

- IsOperationsupported -> IsOperationSupported
- Remove some artefacts


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153808

Files:
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i16-add-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i16-mul-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i32-add-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i32-mul-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i64-add-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i64-mul-scalable.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-i8-add-scalable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153808.534919.patch
Type: text/x-patch
Size: 59562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230627/34af67e8/attachment.bin>


More information about the llvm-commits mailing list