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

Jim Stichnoth stichnot at google.com
Wed Apr 17 10:37:30 PDT 2013


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.

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


More information about the llvm-commits mailing list