[PATCH] optimised/generalised __udivmoddi4.c

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 10:02:55 PST 2018


On Tue, Dec 11, 2018 at 8:58 PM Stefan Kanthak via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> 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.
Can you please submit these patches via the phabricator please, every
review is done via it.
https://llvm.org/docs/Phabricator.html

Roman.

>_______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list