Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compiler-rt: simplify release small memcpy
This change produces 2 fewer bytes of code but adds an unconditional jump to the copy loop. On znver4/5 the previous implementation produced significantly mode code (using LLVM 19).
- Loading branch information