Currently we lower MEMCPY/MEMMOVE/MEMSET/BZERO to the corresponding libc functions. And the libc functions call the millicode functions on AIX. We can lower these intrinsics directly to save one call layer.
Details
Details
- Reviewers
nemanjai shchenz rzurob - Group Reviewers
Restricted Project - Commits
- rGfd226142fcff: [AIX] Lower some memory intrinsics to millicode functions on AIX
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo