[PATCH] D153808: [CodeGen] Extend ComplexDeinterleaving pass to recognise patterns using integer types

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 03:35:52 PDT 2023


igor.kirillov updated this revision to Diff 541431.
igor.kirillov retitled this revision from "[CodeGen] Add support for integers using SVE2 in ComplexDeinterleaving passDepends on D153355" to "[CodeGen] Extend ComplexDeinterleaving pass to recognise patterns using integer types".
igor.kirillov edited the summary of this revision.
igor.kirillov added a comment.
Herald added subscribers: ctetreau, kristof.beyls.

Update commit message and some tests comments


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.541431.patch
Type: text/x-patch
Size: 60333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230718/5a37cb55/attachment-0001.bin>


More information about the llvm-commits mailing list