[all-commits] [llvm/llvm-project] 4b8162: [RISCV][test] Add test coverage for llvm.frexp.*.*...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Jul 5 02:24:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b8162fe9ccb68b5b42f683df8df42ed43bfd5e7
https://github.com/llvm/llvm-project/commit/4b8162fe9ccb68b5b42f683df8df42ed43bfd5e7
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
A llvm/test/CodeGen/RISCV/llvm.frexp.ll
Log Message:
-----------
[RISCV][test] Add test coverage for llvm.frexp.*.* intrinsics
The test file is copied from X86 (which is also mostly shared with Arm,
PowerPC) rather than integrated into float-intrinsics.ll and
double-intrinsics.ll.
There's currently a compiler crash for the soft float cases (expect this
is the issue in <https://github.com/llvm/llvm-project/issues/63661>)
which will be a addressed with a follow-on patch posted for review.
More information about the All-commits
mailing list