Implement the intrinsics memset, memcopy and memmove in MIPS FastISel.
Make some needed infrastructure fixes so that this can work.
Based on a patch by Reed Kotler.
Paths
| Differential D7158
[mips][FastISel] Implement intrinsics memset, memcopy & memmove. ClosedPublic Authored by vkalintiris on Jan 23 2015, 8:04 PM.
Details Summary Implement the intrinsics memset, memcopy and memmove in MIPS FastISel. Based on a patch by Reed Kotler.
Diff Detail Event Timeline
This revision now requires changes to proceed.May 12 2015, 9:31 AM vkalintiris edited edge metadata. vkalintiris retitled this revision from Implement intrinsics memset, memcopy and memmove in Mips fast-isel to [mips][FastISel] Implement intrinsics memset, memcopy & memmove.. vkalintiris updated this object. Comment ActionsAddressed review comments. dsanders edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.May 19 2015, 4:01 AM Closed by commit rL238759: [mips][FastISel] Implement intrinsics memset, memcopy & memmove. (authored by vkalintiris). · Explain WhyJun 1 2015, 9:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25983 lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/memtest1.ll
|
Nit: Could you add a comment about why we require the same BB?