Implement div in MIPS FastISel.
Based on a patch by Reed Kotler.
Paths
| Differential D7028
[mips][FastISel] Implement div instruction. ClosedPublic Authored by vkalintiris on Jan 16 2015, 7:32 PM.
Details Summary Implement div in MIPS FastISel. Based on a patch by Reed Kotler.
Diff Detail
Event Timelinerkotler updated this object. dsanders added a parent revision: D7027: [mips][FastISel] Implement srem and urem..Jan 22 2015, 12:17 PM
vkalintiris retitled this revision from add div to mips fast-isel to [mips][FastISel] Implement div instruction.. vkalintiris updated this object. Comment ActionsCleaned-up tests and merged implementation of selectDiv() with the dsanders edited edge metadata. Comment ActionsLGTM with a couple nits
This revision is now accepted and ready to land.Jun 1 2015, 6:28 AM Closed by commit rL238757: [mips][FastISel] Implement srem/urem and sdiv/udiv instructions. (authored by vkalintiris). · Explain WhyJun 1 2015, 9:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26903 llvm/trunk/lib/Target/Mips/MipsFastISel.cpp
llvm/trunk/test/CodeGen/Mips/Fast-ISel/div1.ll
llvm/trunk/test/CodeGen/Mips/Fast-ISel/rem1.ll
|