[PATCH] optimised/generalised __udivmoddi4.c

Stefan Kanthak via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 09:56:39 PST 2018


LLVM/clang inlines "long" shifts, so __udivmoddi4.c doesn't need
several if...then...else...if...then...else clauses and can be
simplified, yielding shorter and faster code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: udivmoddi4.patch
Type: application/octet-stream
Size: 8036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/8304b8de/attachment.obj>


More information about the llvm-commits mailing list