[llvm-branch-commits] CodeGen: Fix implementation of __builtin_trivially_relocate. (PR #140312)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri May 16 14:37:53 PDT 2025
https://github.com/pcc created https://github.com/llvm/llvm-project/pull/140312
The builtin is documented to copy `count` elements, but the implementation
copies `count` bytes. Fix that.
More information about the llvm-branch-commits
mailing list