diff options
author | Matthias Gehre <matthias.gehre@xilinx.com> | 2022-05-25 16:00:54 +0100 |
---|---|---|
committer | Matthias Gehre <matthias.gehre@xilinx.com> | 2022-08-26 10:52:56 +0100 |
commit | 6d13b80fcb1a338ef29eefd54677fdbcdd7c0e4d (patch) | |
tree | 61f73782b428c72284522e44e01eebd7281d86b9 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 23b2fbf9ecf6c7f5ed22cf65ff1cd34f5ac6e7a0 (diff) | |
download | llvm-6d13b80fcb1a338ef29eefd54677fdbcdd7c0e4d.zip llvm-6d13b80fcb1a338ef29eefd54677fdbcdd7c0e4d.tar.gz llvm-6d13b80fcb1a338ef29eefd54677fdbcdd7c0e4d.tar.bz2 |
Revert "[SelectionDAG] Emit calls to __divei4 and friends for division/remainder of large integers"
This reverts https://reviews.llvm.org/D120329.
I abandoned the PR [0] to add __divei4 functions to compiler-rt
in favor of adding a pass to transform div/rem [1].
This removes the backend code that was supposed to emit calls to the __divei4 functions.
[0] https://reviews.llvm.org/D120327
[1] https://reviews.llvm.org/D130076
Differential Revision: https://reviews.llvm.org/D130079
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions