[PATCH] D134692: [LoongArch] Add fp_to_sint support for soft floating point
Gong LingQin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 02:05:21 PDT 2022
gonglingqin added a comment.
In D134692#3817394 <https://reviews.llvm.org/D134692#3817394>, @xen0n wrote:
> This one was easy port from RISCV ;-)
>
> BTW I saw in the RISCV port suport for softening `fptoui` too, are you handling that case later or is it unnecessary for LoongArch?
Thanks for your review. This is unnecessary for `fptoui`, because LoongArch has implemented this function with the help of the common layer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134692/new/
https://reviews.llvm.org/D134692
More information about the llvm-commits
mailing list