[PATCH] D120327: compiler-rt: Add udivmodei5 to builtins and add bitint library

Matthias Gehre via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 08:32:31 PDT 2022


mgehre-amd added a comment.

Hey, yes it's still near the top of my TODO list. Had a few other things to do, but I'm planning to come back to this.

I was thinking how to properly test that my fixed version would work fine in big endian - any idea?

And I was considering whether it was less effort to rewrite this to fix the remaining comments or to start
with a simpler algorithm like a shift-subtract division. I'll first try to fix the current one and see how much that takes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120327/new/

https://reviews.llvm.org/D120327



More information about the llvm-commits mailing list