[PATCH] optimised/generalised __udivmodti4.c

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


LLVM/clang inlines "long" shifts, so __udivmodti4.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: udivmodti4.patch
Type: application/octet-stream
Size: 8259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/edda2ea3/attachment.obj>


More information about the llvm-commits mailing list