[RISCV][test] Add test coverage for llvm.frexp.*.* intrinsics
authorAlex Bradbury <asb@igalia.com>
Wed, 5 Jul 2023 09:21:26 +0000 (10:21 +0100)
committerAlex Bradbury <asb@igalia.com>
Wed, 5 Jul 2023 09:24:30 +0000 (10:24 +0100)
commit4b8162fe9ccb68b5b42f683df8df42ed43bfd5e7
tree9e25921b0d29cf83a991548c455059cb813ce7c6
parent5ae7fde004cbc640c2f60207791ac36574e5f5c6
[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.
llvm/test/CodeGen/RISCV/llvm.frexp.ll [new file with mode: 0644]