[PATCH] D126644: [llvm/CodeGen] Add ExpandLargeDivRem pass

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 20:27:42 PDT 2022


hiraditya added a comment.

We usually provide a runtime library for specialized functionalities like this. Are such division operations common enough to benefit from compiler generated code?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126644



More information about the llvm-commits mailing list