[PATCH] D147491: [PoC][WIP] New loop distribution pass for software pipelining
Yuta Mukai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 19:58:14 PDT 2023
ytmukai created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
ytmukai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch is for reference only.
I am considering to implement loop distribution to improve efficiency of software pipelining and would like advice and comments.
For example, other approaches to raise ILP, whether it is best for improvement of software pipelining, feasibility of implementation, etc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147491
Files:
llvm/include/llvm/CodeGen/TargetInstrInfo.h
llvm/lib/CodeGen/MachinePipeliner.cpp
llvm/lib/Target/AArch64/AArch64.h
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/AArch64/AArch64LoopDistribute.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/AArch64/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147491.510668.patch
Type: text/x-patch
Size: 52396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230404/04eaf77f/attachment.bin>
More information about the llvm-commits
mailing list