[all-commits] [llvm/llvm-project] e31cce: [RISCV-V] Provide muldi3 builtin assembly implemen...
Kamlesh Kumar via All-commits
all-commits at lists.llvm.org
Tue Jun 2 13:05:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e31ccee1b01acf703889312ee86023ff87bd39fe
https://github.com/llvm/llvm-project/commit/e31ccee1b01acf703889312ee86023ff87bd39fe
Author: kamlesh kumar <kamleshbhalui at gmail.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
A compiler-rt/lib/builtins/riscv/int_mul_impl.inc
A compiler-rt/lib/builtins/riscv/muldi3.S
M compiler-rt/lib/builtins/riscv/mulsi3.S
Log Message:
-----------
[RISCV-V] Provide muldi3 builtin assembly implementation
Provides an assembly implementation of muldi3 for RISC-V, to solve bug 43388.
Since the implementation is the same as for mulsi3, that code was moved to
`riscv/int_mul_impl.inc` and is now reused by both `mulsi3.S` and `muldi3.S`.
Differential Revision: https://reviews.llvm.org/D80465
More information about the All-commits
mailing list