[PATCH] D148558: [CodeGen] Improve handling -Ofast generated code by ComplexDeinterleaving pass

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 08:59:15 PDT 2023


igor.kirillov updated this revision to Diff 527070.
igor.kirillov added a comment.

Rebase, small refactoring `replaceNode`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148558

Files:
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
  llvm/test/CodeGen/AArch64/complex-deinterleaving-add-mull-fixed-fast.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-add-mull-scalable-fast.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-mixed-cases.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-multiuses.ll
  llvm/test/CodeGen/AArch64/complex-deinterleaving-uniform-cases.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-mixed-cases.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-uniform-cases.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148558.527070.patch
Type: text/x-patch
Size: 46037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230531/cfb1fbe1/attachment.bin>


More information about the llvm-commits mailing list