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).
Details
Details
- Reviewers
sivachandra
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests