diff options
author | zhijian lin <zhijian@ca.ibm.com> | 2025-08-07 13:13:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 13:13:56 -0400 |
commit | 093439c688db8d176081176576011275a1aecf23 (patch) | |
tree | b7126682d14d289bdbb40725c707724f711df2d3 /llvm/lib/BinaryFormat | |
parent | d97f0e93642722380be9ed190c17ea895817c339 (diff) | |
download | llvm-093439c688db8d176081176576011275a1aecf23.zip llvm-093439c688db8d176081176576011275a1aecf23.tar.gz llvm-093439c688db8d176081176576011275a1aecf23.tar.bz2 |
[PowerPC][AIX] Using milicode for memcmp instead of libcall (#147093)
AIX has "millicode" routines, which are functions loaded at boot time
into fixed addresses in kernel memory. This allows them to be customized
for the processor. The __memcmp routine is a millicode implementation;
we use millicode for the memcmp function instead of a library call to
improve performance.
Diffstat (limited to 'llvm/lib/BinaryFormat')
0 files changed, 0 insertions, 0 deletions