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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 12:57:49 PDT 2022


MaskRay added a comment.

si di ti suffixes in libgcc.a libgcc_s.so.1 function names are related to https://gcc.gnu.org/onlinedocs/gccint/Machine-Modes.html
I am concerned whether GCC may reserve ei for other things. It would be better to check with GCC folks that they will not use ei for different things.


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