[PATCH] D130079: Revert "[SelectionDAG] Emit calls to __divei4 and friends for division/remainder of large integers"
Matthias Gehre via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 23:12:01 PDT 2022
mgehre-amd added a comment.
In D130079#3670678 <https://reviews.llvm.org/D130079#3670678>, @LuoYuanke wrote:
> I recommend to revert this patch after the new patch landed in llvm, so that it doesn't break existing functionality.
The existing "functionality" is already broken because the backend emits calls to __divei4, but those functions are not provided by the runtime library.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130079/new/
https://reviews.llvm.org/D130079
More information about the llvm-commits
mailing list