This is an archive of the discontinued LLVM Phabricator instance.

[RFC][WIP] Add an llvmlibc Triple environment
Needs ReviewPublic

Authored by gchatelet on Jul 23 2021, 8:07 AM.

Details

Reviewers
sivachandra
Summary

It's probably too early but I'd like to get the conversation started around the integration of llvm-libc in LLVM.
For instance, the avaibility of bzero and bcmp can lead to simplification of libcalls (e.g. memset(pr, 0, size) or memcmp(lhs, rhs, size)==0).

Diff Detail

Event Timeline

gchatelet created this revision.Jul 23 2021, 8:07 AM
gchatelet requested review of this revision.Jul 23 2021, 8:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 23 2021, 8:07 AM
gchatelet updated this revision to Diff 361221.Jul 23 2021, 8:14 AM
  • Do not reformat to keep the change clear (modulo making the linter happy)