Add IRBuilder bindings for memmove, memcpy, and memset.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The infrastructure to test this isn't yet in place. I will merge accessors for MemSetBase and MemTransferBase in a later patch then special-case the echo test to call out to these build functions with those arguments. It's not a particularly attractive plan, but it should work fine.
Comment Actions
LGTM, and I am OK with merging a test later if that is more convenient. This is not a particularly complex change.