[all-commits] [llvm/llvm-project] 57903c: [compiler-rt][RISCV] Use muldi3 builtin assembly i...

Luís Marques via All-commits all-commits at lists.llvm.org
Fri Aug 21 05:07:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 57903cf09335cd687e9fcfad4af7a9ef4bc84a95
      https://github.com/llvm/llvm-project/commit/57903cf09335cd687e9fcfad4af7a9ef4bc84a95
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2020-08-21 (Fri, 21 Aug 2020)

  Changed paths:
    M compiler-rt/lib/builtins/CMakeLists.txt

  Log Message:
  -----------
  [compiler-rt][RISCV] Use muldi3 builtin assembly implementation

D80465 added an assembly implementation of muldi3 for RISC-V but it didn't
add it to the cmake `*_SOURCES` list, so the C implementation was being used
instead. This patch fixes that.

Differential Revision: https://reviews.llvm.org/D86036




More information about the All-commits mailing list