[PATCH] D99723: [ARM] Transforming memcpy to Tail predicated Loop
Malhar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 9 09:23:18 PDT 2021
malharJ updated this revision to Diff 336495.
malharJ marked 4 inline comments as done.
malharJ added a comment.
addressed some of the review comments:
- added a cli option for generation of TP loop for memcpy
- simplified the mir test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99723/new/
https://reviews.llvm.org/D99723
Files:
llvm/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.h
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/test/CodeGen/Thumb2/LowOverheadLoops/memcall.ll
llvm/test/CodeGen/Thumb2/mve_tp_loop.ll
llvm/test/CodeGen/Thumb2/mve_tp_loop.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99723.336495.patch
Type: text/x-patch
Size: 48634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210409/d5d6ef7b/attachment-0001.bin>
More information about the llvm-commits
mailing list