[RISCV] Add codegen coverage for ceil/floor/trunc/round/roundeven within FPR
authorPhilip Reames <preames@rivosinc.com>
Tue, 26 Jul 2022 15:29:07 +0000 (08:29 -0700)
committerPhilip Reames <listmail@philipreames.com>
Tue, 26 Jul 2022 15:48:46 +0000 (08:48 -0700)
commit75b15a7e63d9d31b5191afa49e38439dfe12bd40
tree51eceb0983d165ff987e3b3f554bd2862575a656
parent38dce2959e23c8ae094fcb9d0418905d8e483eed
[RISCV] Add codegen coverage for ceil/floor/trunc/round/roundeven within FPR

Currently, all of these go to libcalls.  A change to improve lowering is upcoming.
llvm/test/CodeGen/RISCV/double-round-conv.ll
llvm/test/CodeGen/RISCV/float-round-conv.ll
llvm/test/CodeGen/RISCV/half-round-conv.ll