[PATCH] D109383: [RISCV] Disable use of i128 shift libcalls on RV32.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 13:27:11 PDT 2021
efriedma added a comment.
On rv32, we pass the clang flag to enable i128 support when we build compiler-rt, so __ashlti3 is available. Not sure about libgcc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109383/new/
https://reviews.llvm.org/D109383
More information about the llvm-commits
mailing list