[PATCH v5] aarch64: thunderx2 memcpy optimizations for ext-based code path
Anton Youdkevitch
anton.youdkevitch@bell-sw.com
Mon Apr 1 13:38:00 GMT 2019
Here is the updated patch for improving the long unaligned
code path (the one using "ext" instruction).
1. Always taken conditional branch at the beginning is
removed.
2. Epilogue code is placed after the end of the loop to
reduce the number of branches.
3. The redundant "mov" instructions inside the loop are
gone due to the changed order of the registers in the "ext"
instructions inside the loop, the prologue has additional
"ext" instruction.
4.Updating count in the prologue was hoisted out as
it is the same update for each prologue.
5. Invariant code of the loop epilogue was hoisted out.
6. As the current size of the ext chunk is exactly 16
instructions long "nop" was added at the beginning
of the code sequence so that the loop entry for all the
chunks be aligned.
make check - no regression (on linux-aarch64)
make bench - no performance regressions (on Thunderx2)
Looks OK?
--
Thanks,
Anton
-------------- next part --------------
A non-text attachment was scrubbed...
Name: memcpy-ext-5.patch
Type: text/x-patch
Size: 2250 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20190401/47debcc2/attachment.bin>
More information about the Libc-alpha
mailing list