[all-commits] [llvm/llvm-project] 75b15a: [RISCV] Add codegen coverage for ceil/floor/trunc/...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Jul 26 08:49:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75b15a7e63d9d31b5191afa49e38439dfe12bd40
https://github.com/llvm/llvm-project/commit/75b15a7e63d9d31b5191afa49e38439dfe12bd40
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/double-round-conv.ll
M llvm/test/CodeGen/RISCV/float-round-conv.ll
M llvm/test/CodeGen/RISCV/half-round-conv.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list