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

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 01:29:18 PDT 2022


FreddyYe added a comment.

> Or even use clang to generate LLVM IR ahead of time...

This may not be a good idea for the feature of _BitInt() , which aims to offering more optimization opportunities for IR like i256, i257, i512... @erichkeane


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