[llvm-bugs] [Bug 28629] Clang generates calls to __mulodi4() for ARM even when not using compiler-rt

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 30 10:46:00 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=28629

Nick Desaulniers <ndesaulniers at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #22 from Nick Desaulniers <ndesaulniers at google.com> ---
(In reply to Craig Topper from comment #21)
> Does Mips just need to disable MUL_I128 where it already disable SHL_I128,
> SRL_I128, SRA_I128?

Yes: https://reviews.llvm.org/D108926

Also, i386 is broken, too:
https://github.com/ClangBuiltLinux/linux/issues/1438#issuecomment-908551114

Reopening for now, to properly track this in the clang-13 release tracker.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210830/8a994116/attachment.html>


More information about the llvm-bugs mailing list