[PATCH] D129403: [RISCV] Add test cases for inline memcpy expansion
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 15:23:31 PDT 2022
craig.topper created this revision.
craig.topper added reviewers: asb, luismarques, jrtc27, reames.
Herald added subscribers: sunshaoce, VincentWu, luke957, StephenFan, vkmr, frasercrmck, evandro, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, kristof.beyls, arichardson.
Herald added a project: All.
craig.topper requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.
Test file was taken directly from AArch64/ARM. I've added RUN
lines for aligned and unaligned since many of the test cases
are strings that aren't aligned and have an odd size.
Some of these test cases are modified by D129402 <https://reviews.llvm.org/D129402>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129403
Files:
llvm/test/CodeGen/RISCV/memcpy-inline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129403.443371.patch
Type: text/x-patch
Size: 15631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220708/66961afe/attachment.bin>
More information about the llvm-commits
mailing list