[PATCH] Implement div/rem for x86 fast-isel

Jim Stichnoth stichnot at google.com
Wed Apr 17 10:53:51 PDT 2013


On Wed, Apr 17, 2013 at 10:37 AM, Jim Stichnoth <stichnot at google.com> wrote:

> This patch teaches x86 fast-isel to generate the native div/idiv
> instructions for the sdiv/srem/udiv/urem bitcode instructions.  This is
> done for the i8, i16, and i32 types, as well as i64 for the x86_64 target.
>

I misused git and didn't include the new test files in the original patch.
 The attached patch should have everything.

Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130417/601e4769/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: divrem.patch
Type: application/octet-stream
Size: 10324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130417/601e4769/attachment.obj>


More information about the llvm-commits mailing list