[PATCH] D120329: [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
Fri Mar 11 07:39:15 PST 2022


mgehre-amd updated this revision to Diff 414655.
mgehre-amd marked 6 inline comments as done.
mgehre-amd added a comment.

Rename to ExpandExtIntRes_DIVREM
Add nounwind


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120329

Files:
  llvm/include/llvm/IR/RuntimeLibcalls.def
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/test/CodeGen/AArch64/udivmodei5.ll
  llvm/test/CodeGen/X86/udivmodei5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120329.414655.patch
Type: text/x-patch
Size: 65039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/529634cf/attachment.bin>


More information about the llvm-commits mailing list