[PATCH] D84373: [AArch64][SVE] Teach copyPhysReg to copy ZPR2/3/4.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 17:13:58 PDT 2020
efriedma created this revision.
efriedma added reviewers: sdesmalen, paulwalker-arm, cameron.mcinally.
Herald added subscribers: danielkiss, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
It's sort of tricky to hit this in practice, but not impossible. I have a synthetic C testcase if anyone is interested.
The implementation is identical to the equivalent NEON register copies.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84373
Files:
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/test/CodeGen/AArch64/sve-copy-zprpair.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84373.279977.patch
Type: text/x-patch
Size: 3949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/e11536ab/attachment.bin>
More information about the llvm-commits
mailing list