[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 Apr 19 06:51:21 PDT 2023
igor.kirillov updated this revision to Diff 514945.
igor.kirillov edited the summary of this revision.
igor.kirillov added a comment.
Re-adjust on top of D148703 <https://reviews.llvm.org/D148703> and D148550 <https://reviews.llvm.org/D148550>. Add a complicated test to show that a sophisticated common sub-expression is processed well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148558/new/
https://reviews.llvm.org/D148558
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/lib/Target/ARM/ARMISelLowering.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.514945.patch
Type: text/x-patch
Size: 44147 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/40aada5f/attachment.bin>
More information about the llvm-commits
mailing list